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