blob: ef325db8e0b920adbdea95897067985718593f91 [file] [log] [blame]
{
"name": "Tracklytics",
"version": "0.2.6",
"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.6"
},
"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"
]
}