blob: 9b3805b88b5bf9e235deb96996789d1858e3091b [file] [log] [blame]
{
"name": "Cercalia",
"version": "0.0.3",
"summary": "Cercalia SDK for iOS.",
"description": "Cercalia SDK for iOS",
"homepage": "http://www.cercalia.com/portal/en/developers",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mberengueras": "mberengueras@nexusgeographics.com"
},
"platforms": {
"ios": "9.3"
},
"source": {
"git": "https://github.com/NexusGeographics/Cercalia-SDK.git"
},
"source_files": [
"Cercalia",
"Cercalia/**/*.swift"
],
"exclude_files": "Demo",
"resources": [
"Cercalia/images/**/*.png",
"Cercalia/scenes/*.yaml"
],
"requires_arc": true,
"dependencies": {
"Tangram-es": [
"0.7.0"
],
"Alamofire": [
"~> 4.4"
]
}
}