Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
Update Podspec to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sdarlington committed Oct 30, 2014
1 parent d59f69c commit fa75ea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SDCloudUserDefaults.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SDCloudUserDefaults"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "Store NSUserDefaults and iCloud data at the same time."

s.description = <<-DESC
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.author = "Stephen Darlington"
s.social_media_url = "http://twitter.com/sdarlington"
s.platform = :ios, '6.0'
s.source = { :git => "https://github.com/sdarlington/SDCloudUserDefaults.git", :tag => "1.0.0" }
s.source = { :git => "https://github.com/sdarlington/SDCloudUserDefaults.git", :tag => "1.0.1" }
s.source_files = 'SDCloudUserDefaults/SDCloudUserDefaults.{h,m}'
s.public_header_files = 'SDCloudUserDefaults/SDCloudUserDefaults.h'
s.requires_arc = false
Expand Down

0 comments on commit fa75ea4

Please sign in to comment.