blob: 1d425644c72412f4e2a297867ef6213bcd070d51 [file] [log] [blame]
{
"name": "GBIAP2",
"version": "1.1.1",
"summary": "Goonbee's In-App Purchases, simplified. Second Edition.",
"homepage": "https://github.com/lmirosevic/GBIAP2",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Luka Mirosevic": "luka@goonbee.com"
},
"source": {
"git": "https://github.com/lmirosevic/GBIAP2.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": [
"GBIAP2/GBIAP2.h",
"GBIAP2/GBIAP2Manager.{h,m}",
"GBIAP2/GBIAP2DebuggingModule.{h,m}"
],
"public_header_files": [
"GBIAP2/GBIAP2.h",
"GBIAP2/GBIAP2Manager.h",
"GBIAP2/GBIAP2DebuggingModule.h"
]
}