[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / d / 9 / AGSCore / 1.0.0-alpha.1 / AGSCore.podspec.json
blob4a5871c86264f422490a37b174ad898c874d6130
2   "name": "AGSCore",
3   "version": "1.0.0-alpha.1",
4   "summary": "AeroGear Services Core SDK for iOS.",
5   "description": "The AeroGear Core SDK for iOS provides a library to interact OpenShift based mobile services.",
6   "homepage": "http://aerogear.org",
7   "license": "Apache License, Version 2.0",
8   "authors": "AeroGear",
9   "platforms": {
10     "ios": "9.0"
11   },
12   "source": {
13     "git": "https://github.com/aerogear/aerogear-ios-sdk.git",
14     "tag": "1.0.0-alpha.1"
15   },
16   "source_files": "modules/core/**/*.swift",
17   "frameworks": [
18     "UIKit",
19     "Foundation",
20     "SystemConfiguration"
21   ],
22   "dependencies": {
23     "Alamofire": [
24       "~> 4.0"
25     ],
26     "XCGLogger": [
27       "~> 6.0"
28     ]
29   },
30   "requires_arc": true