Repository: usergrid-swift Updated Branches: refs/heads/master fa94639c2 -> 0dc647046
Adding podspec Project: http://git-wip-us.apache.org/repos/asf/usergrid-swift/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid-swift/commit/0923c336 Tree: http://git-wip-us.apache.org/repos/asf/usergrid-swift/tree/0923c336 Diff: http://git-wip-us.apache.org/repos/asf/usergrid-swift/diff/0923c336 Branch: refs/heads/master Commit: 0923c3360dd97609a52434df08e6bfbf48fb70cc Parents: fa94639 Author: Robert Walsh <[email protected]> Authored: Wed Sep 14 08:09:27 2016 -0500 Committer: Robert Walsh <[email protected]> Committed: Wed Sep 14 08:09:27 2016 -0500 ---------------------------------------------------------------------- UsergridSDK.podspec | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid-swift/blob/0923c336/UsergridSDK.podspec ---------------------------------------------------------------------- diff --git a/UsergridSDK.podspec b/UsergridSDK.podspec new file mode 100644 index 0000000..4aeabd9 --- /dev/null +++ b/UsergridSDK.podspec @@ -0,0 +1,18 @@ +Pod::Spec.new do |s| + s.name = 'UsergridSDK' + s.version = '2.1.1' + s.summary = 'Usergrid SDK written in Swift' + s.homepage = 'https://github.com/apache/usergrid-swift' + s.license = 'Apache 2.0' + s.author = { 'Robert Walsh' => '[email protected]' } + s.social_media_url = 'https://twitter.com/usergrid' + s.requires_arc = true + + s.ios.deployment_target = '8.0' + s.watchos.deployment_target = '2.1' + s.tvos.deployment_target = '9.1' + s.osx.deployment_target = '10.11' + + s.source = { :git => 'https://github.com/apache/usergrid-swift.git', :branch => 'master' } + s.source_files = 'Source/*.swift' +end
