[Add] AnyThinkAdmobSDKAdapter 6.4.27.1
[CocoaPods.git] / Specs / f / a / d / GeocoreKit / 0.1.0 / GeocoreKit.podspec.json
blobe6afd1c37a60f6fccb558407b66362f5f5e64b9d
2   "name": "GeocoreKit",
3   "version": "0.1.0",
4   "summary": "Geocore Swift Client API",
5   "description": "                   Pure Swift client library for accessing Geocore API server.\n\n                   * Currently under development. Doesn't do anything useful for now.\n",
6   "homepage": "https://github.com/geocore/geocore-swift",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Mamad Purbo": "purbo@mapmotion.jp"
10   },
11   "platforms": {
12     "ios": "8.3",
13     "osx": "10.10"
14   },
15   "source": {
16     "git": "https://github.com/geocore/geocore-swift.git",
17     "tag": "0.1.0"
18   },
19   "source_files": [
20     "GeocoreKit",
21     "GeocoreKit/**/*.{swift,h,m}"
22   ],
23   "requires_arc": true,
24   "dependencies": {
25     "Alamofire": [
26       ">= 1.2"
27     ],
28     "SwiftyJSON": [
29       ">= 2.2"
30     ],
31     "PromiseKit/Swift/Promise": [
32       ">= 1.5"
33     ]
34   }