blob: 0f6d0242a8ab1dc6118b0a7b8e2905ae2ea32af0 [file] [log] [blame]
{
"name": "GeocoreKit",
"version": "0.6.1",
"summary": "Geocore Swift Client API",
"description": "Pure Swift client library for accessing Geocore API server.\n\n* Currently under development.",
"homepage": "https://github.com/geocore/geocore-swift",
"license": "Apache License, Version 2.0",
"authors": {
"Mamad Purbo": "purbo@mapmotion.jp"
},
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"source": {
"git": "https://github.com/geocore/geocore-swift.git",
"tag": "0.6.1"
},
"source_files": [
"GeocoreKit",
"GeocoreKit/**/*.{swift,h,m}"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"requires_arc": true,
"dependencies": {
"PromiseKit": [
"~> 6.2"
],
"Alamofire": [
"~> 4.7"
],
"AlamofireImage": [
"~> 3.3"
],
"SwiftyJSON": [
"~> 4.1"
]
},
"pushed_with_swift_version": "4.0"
}