Skip to content

Commit ba9338c

Browse files
author
Tomek Kuzma
committed
updated podspec
1 parent 4cc9155 commit ba9338c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NSString+TextAndNumberValidation.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "NSString+TextAndNumberValidation"
3-
s.version = "0.0.1"
3+
s.version = "0.1"
44
s.summary = "NSString+TextAndNumberValidation - simple text and number validation for popular formats: email, telephone, IBAN, LUHN"
55
s.homepage = "http://github.com/mapedd/NSString+TextAndNumberValidation"
66
s.license = 'Apache'
77
s.author = { "Tomek Kuzma" => "mapedd@mapedd.com" }
8-
s.source = { :git => "http://EXAMPLE/NSString+TextAndNumberValidation.git", :tag => "0.0.1" }
8+
s.source = { :git => "http://github.com/mapedd/NSString+TextAndNumberValidation.git", :tag => "0.1" }
99
s.ios.deployment_target = '4.0'
1010
s.osx.deployment_target = '10.6'
1111
s.source_files = 'NSString+TextAndNumberValidation.{h,m}'

0 commit comments

Comments
 (0)