blob: 393b3be54b9c90102f0526ac218b8ae1ea90c548 [file] [log] [blame]
{
"name": "GeocoreKit",
"version": "0.4.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.3",
"osx": "10.10"
},
"source": {
"git": "https://github.com/geocore/geocore-swift.git",
"tag": "0.4.0"
},
"source_files": [
"GeocoreKit",
"GeocoreKit/**/*.{swift,h,m}"
],
"requires_arc": true,
"dependencies": {
"PromiseKit": [
"~> 4.0"
],
"Alamofire": [
"~> 4.3"
],
"AlamofireImage": [
"~> 3.1"
],
"SwiftyJSON": [
]
},
"pushed_with_swift_version": "3.0"
}