blob: a2da76e9bf2d29e81295760a29f1e9c7d048cbc4 [file] [log] [blame]
{
"name": "Checkpoints",
"version": "0.1.0",
"summary": "This is the iOS SDK for Checkpoints, a simple but powerful debugging and testing tool.",
"description": " Checkpoints allows you to place 'checkpoints' within your app. Doing so, you can track your application flow on user-level. Once you set up the SDK, you can access session- and checkpoint data and insights inside the Checkpoint control panel.\n\t\t\tFor more info, check: https://github.com/Kukiwon/checkpoints\n",
"homepage": "https://github.com/kukiwon/checkpoints-ios",
"license": "MIT",
"authors": {
"Jordy van Kuijk": "jvankuijk@me.com"
},
"source": {
"git": "https://github.com/Kukiwon/checkpoints-ios.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"ios": {
"vendored_frameworks": "LoopBack.framework"
},
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Checkpoints": [
"Pod/Assets/*.png"
]
}
}