blob: e6afd1c37a60f6fccb558407b66362f5f5e64b9d [file] [log] [blame]
{
"name": "GeocoreKit",
"version": "0.1.0",
"summary": "Geocore Swift Client API",
"description": " Pure Swift client library for accessing Geocore API server.\n\n * Currently under development. Doesn't do anything useful for now.\n",
"homepage": "https://github.com/geocore/geocore-swift",
"license": "Apache License, Version 2.0",
"authors": {
"Mamad Purbo": "purbo@mapmotion.jp"
},
"platforms": {
"ios": "8.3",
"osx": "10.10"
},
"source": {
"git": "https://github.com/geocore/geocore-swift.git",
"tag": "0.1.0"
},
"source_files": [
"GeocoreKit",
"GeocoreKit/**/*.{swift,h,m}"
],
"requires_arc": true,
"dependencies": {
"Alamofire": [
">= 1.2"
],
"SwiftyJSON": [
">= 2.2"
],
"PromiseKit/Swift/Promise": [
">= 1.5"
]
}
}