blob: 34eb0f7793576557ad3d165dacdc56c0a2750df6 [file] [log] [blame]
{
"name": "Azot",
"version": "0.0.1",
"summary": "Azot is a mobile analysis SDK that runs directly inside phones or tablets.",
"description": " A longer description of Appstrack in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "http://appstud.com/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rémy Marty": "rmarty@appstud.me"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/appstud/Azot.git",
"tag": "v0.0.1"
},
"vendored_frameworks": "Azot.framework",
"exclude_files": "./Exclude",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"Realm": [
]
}
}