[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 0 / b / 5 / Checkpoints / 0.1.6 / Checkpoints.podspec.json
blobe33ccbd6b1e0ab4d3e6e6fef11de980606141c57
2   "name": "Checkpoints",
3   "version": "0.1.6",
4   "summary": "This is the iOS SDK for Checkpoints, a simple but powerful debugging and testing tool.",
5   "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",
6   "homepage": "https://github.com/kukiwon/checkpoints-ios",
7   "license": "MIT",
8   "authors": {
9     "Jordy van Kuijk": "jvankuijk@me.com"
10   },
11   "source": {
12     "git": "https://github.com/Kukiwon/checkpoints-ios.git",
13     "tag": "0.1.6"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "ios": {
20     "vendored_frameworks": "LoopBack.framework"
21   },
22   "source_files": "Pod/Classes/**/*",
23   "resource_bundles": {
24     "Checkpoints": [
25       "Pod/Assets/*.png"
26     ]
27   }