[Add] YYUIKit 0.6.4
[CocoaPods.git] / Specs / 8 / 7 / e / GBLaunchCounter / 2.0.0 / GBLaunchCounter.podspec.json
blobe21cb9aee6190925fea3bd0143d4faa2594ac969
2   "name": "GBLaunchCounter",
3   "version": "2.0.0",
4   "summary": "Count how many times your iOS or Mac OS X app has been launched, and optionally register blocks after some number of launches.",
5   "homepage": "https://github.com/lmirosevic/GBLaunchCounter",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "Luka Mirosevic": "luka@goonbee.com"
9   },
10   "platforms": {
11     "ios": "5.0",
12     "osx": "10.6"
13   },
14   "source": {
15     "git": "https://github.com/lmirosevic/GBLaunchCounter.git",
16     "tag": "2.0.0"
17   },
18   "source_files": "GBLaunchCounter/GBLaunchCounter.{h,m}",
19   "public_header_files": "GBLaunchCounter/GBLaunchCounter.h",
20   "requires_arc": true,
21   "dependencies": {
22     "GBStorage": [
23       "~> 2.1"
24     ]
25   }