blob: 34c3027788feafdf1e588a067b2cd81c1aca66cd [file] [log] [blame]
{
"name": "XModeAPI",
"version": "0.3.8",
"summary": "Location tracking",
"description": "Location-based tracking API for use in apps that have location on all the time.",
"homepage": "https://bitbucket.org/DrunkModeApp/x-mode-api",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"XMode Gabriel Jensen": "gabriel@drunkmode.com"
},
"source": {
"git": "https://bitbucket.org/DrunkModeApp/x-mode-api",
"tag": "0.3.8"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"vendored_frameworks": "XModeAPI/AJKit.framework"
},
"source_files": [
"XModeAPI/Classes/**/*",
"XModeAPI/AJKit.framework/Headers/*.h"
],
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"BeaconsInSpace": [
]
},
"deprecated": true
}