[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / a / 6 / DYFStoreKit / 2.1.2 / DYFStoreKit.podspec.json
blob32040edaec8a76830a6a11a1845bf9ffa3f5b974
2   "name": "DYFStoreKit",
3   "version": "2.1.2",
4   "summary": "A lightweight and easy-to-use iOS library for In-App Purchases. (Objective-C)",
5   "description": "TODU: 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/chenxing640/DYFStoreKit",
7   "source": {
8     "git": "https://github.com/chenxing640/DYFStoreKit.git",
9     "tag": "2.1.2"
10   },
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Teng Fei": "hansen981@126.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   }