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