Skip to content

Commit 076fb87

Browse files
committed
Release version 1.1
1 parent fe2c145 commit 076fb87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CCLDefaults.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "CCLDefaults"
3-
s.version = "1.0"
3+
s.version = '1.1'
44
s.summary = "A simple NSUserDefaults wrapper which optionally syncs to iCloud."
55
s.homepage = "https://github.com/cocodelabs/CCLDefaults"
66
s.license = { :type => 'BSD', :file => 'LICENSE' }
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.ios.deployment_target = '5.0'
1111
s.osx.deployment_target = '10.7'
1212

13-
s.source = { :git => "https://github.com/cocodelabs/CCLDefaults.git", :tag => "1.0" }
13+
s.source = { :git => "https://github.com/cocodelabs/CCLDefaults.git", :tag => s.version.to_s }
1414
s.source_files = 'CCLDefaults.{h,m}'
1515
end
1616

0 commit comments

Comments
 (0)