We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2c145 commit 076fb87Copy full SHA for 076fb87
CCLDefaults.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "CCLDefaults"
3
- s.version = "1.0"
+ s.version = '1.1'
4
s.summary = "A simple NSUserDefaults wrapper which optionally syncs to iCloud."
5
s.homepage = "https://github.com/cocodelabs/CCLDefaults"
6
s.license = { :type => 'BSD', :file => 'LICENSE' }
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
s.ios.deployment_target = '5.0'
11
s.osx.deployment_target = '10.7'
12
13
- s.source = { :git => "https://github.com/cocodelabs/CCLDefaults.git", :tag => "1.0" }
+ s.source = { :git => "https://github.com/cocodelabs/CCLDefaults.git", :tag => s.version.to_s }
14
s.source_files = 'CCLDefaults.{h,m}'
15
end
16
0 commit comments