Skip to content

Commit

Permalink
Tag version 1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Alexsander Akers <[email protected]>
  • Loading branch information
a2 committed Feb 28, 2012
1 parent 64da255 commit 7e9c803
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MKiCloudSync.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'MKiCloudSync'
s.version = '1.0'
s.version = '1.0.1'
s.license = 'MIT'
s.summary = 'Sync your NSUserDefaults to iCloud automatically.'
s.homepage = 'https://github.com/pandamonia/MKiCloudSync'
s.author = { 'Alexsander Akers' => '[email protected]',
'Mugunth Kumar' => '[email protected]' }
s.source = { :git => 'https://github.com/pandamonia/MKiCloudSync.git', :tag => 'v1.0' }
s.source = { :git => 'https://github.com/pandamonia/MKiCloudSync.git', :tag => 'v1.0.1' }
s.platform = :ios
s.source_files = 'MKiCloudSync.{h,m}'
s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Read the [blog post](http://blog.mugunthkumar.com/coding/ios-code-mkicloudsync-s

## License

> Copyright (c) 2011–2012 by Steinlogic and Alexsander Akers
> Copyright (c) 2011–2012 by Steinlogic and MKiCloudSync Contributors
>
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 7e9c803

Please sign in to comment.