[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / a / 6 / DYFStoreKit / 2.2.0 / DYFStoreKit.podspec.json
blobaa99b287711156c206802f611c419d2b4d75d063
2   "name": "DYFStoreKit",
3   "version": "2.2.0",
4   "summary": "[ObjC] A lightweight and easy-to-use iOS library for In-App Purchases.",
5   "description": "TODU: [ObjC] 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.",
6   "homepage": "https://github.com/itenfay/DYFStoreKit",
7   "source": {
8     "git": "https://github.com/itenfay/DYFStoreKit.git",
9     "tag": "2.2.0"
10   },
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Tenfay": "itenfay@163.com"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "Classes/*.{h,m}",
23   "public_header_files": "Classes/*.h",
24   "frameworks": "StoreKit",
25   "dependencies": {
26     "DYFRuntimeProvider": [
28     ]
29   }