[Add] AnyThinkKuaiShouSDKAdapter 6.4.37
[CocoaPods.git] / Specs / f / a / d / GeocoreKit / 0.6.1 / GeocoreKit.podspec.json
blob0f6d0242a8ab1dc6118b0a7b8e2905ae2ea32af0
2   "name": "GeocoreKit",
3   "version": "0.6.1",
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.0",
13     "osx": "10.11"
14   },
15   "source": {
16     "git": "https://github.com/geocore/geocore-swift.git",
17     "tag": "0.6.1"
18   },
19   "source_files": [
20     "GeocoreKit",
21     "GeocoreKit/**/*.{swift,h,m}"
22   ],
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "4.0"
25   },
26   "requires_arc": true,
27   "dependencies": {
28     "PromiseKit": [
29       "~> 6.2"
30     ],
31     "Alamofire": [
32       "~> 4.7"
33     ],
34     "AlamofireImage": [
35       "~> 3.3"
36     ],
37     "SwiftyJSON": [
38       "~> 4.1"
39     ]
40   },
41   "pushed_with_swift_version": "4.0"