[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / a / 6 / DYFStoreKit / 2.1.0 / DYFStoreKit.podspec.json
blob6204c8b1bfc7df4b08e37ec740d23e8c36043869
2   "name": "DYFStoreKit",
3   "version": "2.1.0",
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   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Teng Fei": "hansen981@126.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/chenxing640/DYFStoreKit.git",
19     "tag": "2.1.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   }