blob: dfccf0d4cc1926a3c69e8d90f18042542be08d96 [file] [log] [blame]
{
"name": "GNInAppPurchaseManager",
"version": "0.0.3",
"summary": "StoreKit wrapper with convinient block functions.",
"description": " StoreKit wrapper with convinient block functions. Easy transaction and purchase handling.\n",
"homepage": "https://github.com/jakubknejzlik/GNInAppPurchaseManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jakub Knejzlik": "jakub.knejzlik@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/jakubknejzlik/GNInAppPurchaseManager.git",
"tag": "0.0.3"
},
"source_files": [
"Lib",
"Lib/**/*.{h,m}"
],
"frameworks": "StoreKit",
"requires_arc": true,
"dependencies": {
"CWLSynthesizeSingleton": [
"~> 1.0"
],
"Lockbox": [
"~> 2.1"
]
}
}