[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 5 / a / 6 / DYFStoreKit / 1.1.4 / DYFStoreKit.podspec.json
blob1bdab6dbf54c8d2c6e3106347982a1231e6625eb
2   "name": "DYFStoreKit",
3   "version": "1.1.4",
4   "summary": "A lightweight and easy-to-use iOS library for In-App Purchases. (Objective-C)",
5   "description": "A lightweight and easy-to-use iOS library for In-App Purchases. DYFStoreKit uses blocks and notifications to wrap StoreKit, provides receipt verification and transaction persistence and doesn't require any external dependencies.",
6   "homepage": "https://github.com/dgynfi/DYFStoreKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dyf": "vinphy.teng@foxmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/dgynfi/DYFStoreKit.git",
19     "tag": "1.1.4"
20   },
21   "source_files": "DYFStoreKit/*.{h,m}",
22   "public_header_files": "DYFStoreKit/*.h",
23   "frameworks": [
24     "Security",
25     "StoreKit"
26   ],
27   "requires_arc": true