blob: 328341cefd79f8acd98aa188c91b3960b7b57f8a [file] [log] [blame]
{
"name": "IAPManager",
"version": "0.2.2",
"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.2"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"public_header_files": "IAPManager.h",
"frameworks": [
"CoreFoundation",
"StoreKit"
]
}