[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / e / 4 / a / IAPManager / 0.2.0 / IAPManager.podspec.json
blob6198fcd001582bc0ed6c4cd0dc6fb1404a20f1d7
2   "name": "IAPManager",
3   "version": "0.2.0",
4   "summary": "Yet Another simple in-app purchase interface.",
5   "homepage": "http://github.com/mruegenberg/IAPManager",
6   "license": "MIT",
7   "authors": {
8     "Marcel Ruegenberg": "github@dustlab.com"
9   },
10   "source": {
11     "git": "https://github.com/mruegenberg/IAPManager.git",
12     "tag": "0.2.0"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "requires_arc": true,
18   "source_files": "*.{h,m}",
19   "public_header_files": "IAPManager.h",
20   "frameworks": [
21     "CoreFoundation",
22     "StoreKit"
23   ]