[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / a / 5 / DYFStore / 2.1.0 / DYFStore.podspec.json
blob903bf86755add3af109740f96097ccdf2b41e070
2   "name": "DYFStore",
3   "version": "2.1.0",
4   "summary": "A lightweight and easy-to-use iOS library for In-App Purchases. (Swift)",
5   "description": "TODU: A lightweight and easy-to-use iOS library for In-App Purchases. DYFStore uses blocks and notifications to wrap StoreKit, provides receipt verification and transaction persistence.",
6   "homepage": "https://github.com/chenxing640/DYFStore",
7   "source": {
8     "git": "https://github.com/chenxing640/DYFStore.git",
9     "tag": "2.1.0"
10   },
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Teng Fei": "hansen981@126.com"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": [
22     "4.2",
23     "5.0"
24   ],
25   "requires_arc": true,
26   "source_files": "Classes/*.swift",
27   "frameworks": "StoreKit",
28   "dependencies": {
29     "DYFSwiftRuntimeProvider": [
31     ]
32   },
33   "swift_version": "5.0"