Skip to content

Commit

Permalink
[Update] MSCurrencyFormatter (0.0.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olexandr Skrypnyk committed Jan 29, 2013
1 parent 330f614 commit 800013d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions MSCurrencyFormatter/0.0.4/MSCurrencyFormatter.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "MSCurrencyFormatter"
s.version = "0.0.4"
s.summary = "A piece of code that will automatically format a UITextField with a numberpad to behave like an ATM."
s.homepage = "https://github.com/unteleported/MSCurrencyFormatter"
s.license = 'MIT'
s.authors = { "Brandon Butler" => "", "Olexandr Skrypnyk" => "sxua@unteleported.com" }
s.source = { :git => "https://github.com/unteleported/MSCurrencyFormatter.git", :tag => "0.0.4" }
s.platform = :ios, '5.0'
s.source_files = 'MSCurrencyFormatter.{h,m}'
s.resources = "{toggle,doubleZeros}Button{Down,Up}.png"
s.requires_arc = true
end

0 comments on commit 800013d

Please sign in to comment.