[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / c / f / SimplePurchase / 0.0.1 / SimplePurchase.podspec.json
blobd8ea4fec58ce57c69146137d986c8a92c04e4c88
2   "name": "SimplePurchase",
3   "version": "0.0.1",
4   "summary": "A simple interface for in-app purchases.",
5   "description": "    SimplePurchase exposes two static methods: `addObserverForProduct:block:`,\n    and `buyProduct:block:`, inspired by Parse's in-app-purchase API.\n",
6   "homepage": "http://github.com/chendry/SimplePurchase",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chad Hendry": "chendry@chendry.org"
13   },
14   "source": {
15     "git": "https://github.com/chendry/SimplePurchase.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "3.0"
20   },
21   "source_files": "Classes",
22   "public_header_files": "Classes",
23   "frameworks": "StoreKit",
24   "requires_arc": true