Skip to content

Commit

Permalink
Add PodSpec
Browse files Browse the repository at this point in the history
Signed-off-by: Alexsander Akers <a2@pandamonia.us>
  • Loading branch information
a2 committed Feb 11, 2012
1 parent 4664100 commit 7be9b26
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions MKiCloudSync.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'MKiCloudSync'
s.version = '1.0'
s.license = 'MIT'
s.summary = 'Sync your NSUserDefaults to iCloud automatically.'
s.homepage = 'https://github.com/pandamonia/MKiCloudSync'
s.author = { 'Alexsander Akers' => 'a2@pandamonia.us',
'Mugunth Kumar' => 'contact@mk.sg' }
s.source = { :git => 'https://github.com/pandamonia/MKiCloudSync.git', :tag => 'v1.0' }
s.platform = :ios
s.source_files = 'MKiCloudSync.{h,m}'
s.requires_arc = true
end
2 changes: 1 addition & 1 deletion README.mdown
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 MKiCloudSync Contributors
> Copyright (c) 2011–2012 by Steinlogic and Alexsander Akers
>
> 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 7be9b26

Please sign in to comment.