[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 7 / e / GBLaunchCounter / 1.0.0 / GBLaunchCounter.podspec.json
blobb093e46418c896d542352181e482f66a8afeb2b2
2   "name": "GBLaunchCounter",
3   "version": "1.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": "1.0.0"
17   },
18   "source_files": "GBLaunchCounter/GBLaunchCounter.{h,m}",
19   "public_header_files": "GBLaunchCounter/GBLaunchCounter.h",
20   "requires_arc": true,
21   "dependencies": {
22     "GBToolbox": [
24     ],
25     "GBStorageController": [
27     ]
28   }