blob: 622a118afa47f5aaafd9f3525cbd36532be70bfd [file] [log] [blame]
{
"name": "ObjectiveGeocore",
"version": "0.1.0",
"summary": "Geocore Objective-C Client API",
"description": " Objective-C client library for accessing Geocore API server.\n\n * Currently under development.\n",
"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.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Classes",
"requires_arc": true,
"dependencies": {
"PromiseKit/Promise": [
"~> 1.5"
],
"PromiseKit/When": [
"~> 1.5"
],
"AFNetworking": [
]
}
}