blob: bfeb689b92e1b296cf8a10c2180994edd06842d4 [file] [log] [blame]
{
"name": "ObjectiveGeocore",
"version": "0.3.5",
"summary": "Geocore Objective-C Client API",
"description": "Objective-C client library for accessing Geocore API server.\n\n* Currently under development.",
"homepage": "https://github.com/geocore/geocore-objc",
"license": "Apache License, Version 2.0",
"authors": {
"Mamad Purbo": "purbo@mapmotion.jp"
},
"source": {
"git": "https://github.com/geocore/geocore-objc.git",
"tag": "0.3.5"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Classes",
"requires_arc": true,
"dependencies": {
"PromiseKit/Promise": [
"~> 1.5"
],
"PromiseKit/When": [
"~> 1.5"
],
"AFNetworking": [
]
}
}