Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Sep 25, 2015
1 parent fe047ed commit 48c2ccc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions TextField.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TextField"
s.summary = "A short description of TextField."
s.summary = "A TextField that supports formatters and input validators such as maximum length and regex"
s.version = "0.1.0"
s.homepage = "https://github.com/3lvis/TextField"
s.license = 'MIT'
Expand All @@ -10,6 +10,7 @@ Pod::Spec.new do |s|
s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'Source/**/*'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
s.frameworks = 'UIKit'
s.dependency 'Formatter', '~> 0.1.0'
s.dependency 'InputValidator', '~> 0.1.0'
end

0 comments on commit 48c2ccc

Please sign in to comment.