blob: d8ea4fec58ce57c69146137d986c8a92c04e4c88 [file] [log] [blame]
{
"name": "SimplePurchase",
"version": "0.0.1",
"summary": "A simple interface for in-app purchases.",
"description": " SimplePurchase exposes two static methods: `addObserverForProduct:block:`,\n and `buyProduct:block:`, inspired by Parse's in-app-purchase API.\n",
"homepage": "http://github.com/chendry/SimplePurchase",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chad Hendry": "chendry@chendry.org"
},
"source": {
"git": "https://github.com/chendry/SimplePurchase.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "3.0"
},
"source_files": "Classes",
"public_header_files": "Classes",
"frameworks": "StoreKit",
"requires_arc": true
}