blob: b093e46418c896d542352181e482f66a8afeb2b2 [file] [log] [blame]
{
"name": "GBLaunchCounter",
"version": "1.0.0",
"summary": "Count how many times your iOS or Mac OS X app has been launched, and optionally register blocks after some number of launches.",
"homepage": "https://github.com/lmirosevic/GBLaunchCounter",
"license": "Apache License, Version 2.0",
"authors": {
"Luka Mirosevic": "luka@goonbee.com"
},
"platforms": {
"ios": "5.0",
"osx": "10.6"
},
"source": {
"git": "https://github.com/lmirosevic/GBLaunchCounter.git",
"tag": "1.0.0"
},
"source_files": "GBLaunchCounter/GBLaunchCounter.{h,m}",
"public_header_files": "GBLaunchCounter/GBLaunchCounter.h",
"requires_arc": true,
"dependencies": {
"GBToolbox": [
],
"GBStorageController": [
]
}
}