blob: 08bf60200f9f5ca6b2cf2f6cf2244995b1f5d5f9 [file] [log] [blame]
{
"name": "GeocoreKit",
"version": "0.6.0",
"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.0"
},
"source_files": [
"GeocoreKit",
"GeocoreKit/**/*.{swift,h,m}"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"requires_arc": true,
"dependencies": {
"PromiseKit": [
"~> 4.5"
],
"Alamofire": [
"~> 4.7"
],
"AlamofireImage": [
"~> 3.3"
],
"SwiftyJSON": [
"~> 4.1"
]
},
"pushed_with_swift_version": "4.0"
}