blob: e21cb9aee6190925fea3bd0143d4faa2594ac969 [file] [log] [blame]
{
"name": "GBLaunchCounter",
"version": "2.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": "2.0.0"
},
"source_files": "GBLaunchCounter/GBLaunchCounter.{h,m}",
"public_header_files": "GBLaunchCounter/GBLaunchCounter.h",
"requires_arc": true,
"dependencies": {
"GBStorage": [
"~> 2.1"
]
}
}