[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / a / d / GeocoreKit / 0.4.0 / GeocoreKit.podspec.json
blob393b3be54b9c90102f0526ac218b8ae1ea90c548
2   "name": "GeocoreKit",
3   "version": "0.4.0",
4   "summary": "Geocore Swift Client API",
5   "description": "Pure Swift client library for accessing Geocore API server.\n\n* Currently under development.",
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.4.0"
18   },
19   "source_files": [
20     "GeocoreKit",
21     "GeocoreKit/**/*.{swift,h,m}"
22   ],
23   "requires_arc": true,
24   "dependencies": {
25     "PromiseKit": [
26       "~> 4.0"
27     ],
28     "Alamofire": [
29       "~> 4.3"
30     ],
31     "AlamofireImage": [
32       "~> 3.1"
33     ],
34     "SwiftyJSON": [
36     ]
37   },
38   "pushed_with_swift_version": "3.0"