blob: 1b975a303a2211a99a784e2779dac4c7207aa444 [file] [log] [blame]
{
"name": "Tracklytics",
"version": "0.2.7",
"summary": "A Monitoring library for iOS",
"description": "A Monitoring library for iOS applications.",
"homepage": "https://github.com/stefvg/Tracklytics",
"license": "KU Leuven",
"authors": {
"Stefvg": "stefvg1993@gmail.com"
},
"source": {
"git": "https://github.com/stefvg/Tracklytics.git",
"tag": "0.2.7"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Tracklytics": [
"Pod/Assets/*.png"
]
},
"resources": "Pod/Classes/CoreData/*.xcdatamodeld",
"frameworks": [
"CoreTelephony",
"CoreData"
]
}