blob: fd29e8ac84b541a0910fbb85820be71546cc59c4 [file] [log] [blame]
{
"name": "IAPManager",
"version": "0.2.1",
"summary": "Yet Another simple in-app purchase interface.",
"homepage": "http://github.com/mruegenberg/IAPManager",
"license": "MIT",
"authors": {
"Marcel Ruegenberg": "github@dustlab.com"
},
"source": {
"git": "https://github.com/mruegenberg/IAPManager.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"public_header_files": "IAPManager.h",
"frameworks": [
"CoreFoundation",
"StoreKit"
]
}