blob: 30e6e994a7ec58e2dfae3f0178c067eaad1a0d7d [file] [log] [blame]
{
"name": "IAPManager",
"version": "0.2.4",
"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.4"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"public_header_files": "IAPManager.h",
"frameworks": [
"CoreFoundation",
"StoreKit"
]
}