[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / a / 5 / DYFStore / 1.0.2 / DYFStore.podspec.json
blob734b853a991a213678c69c5a1a91537cf5cbbc9d
2   "name": "DYFStore",
3   "version": "1.0.2",
4   "summary": "A lightweight and easy-to-use iOS library for In-App Purchases. (Swift)",
5   "description": "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 and doesn't require any external dependencies.",
6   "homepage": "https://github.com/dgynfi/DYFStore",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dyf": "vinphy.teng@foxmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/dgynfi/DYFStore.git",
19     "tag": "1.0.2"
20   },
21   "source_files": "DYFStore/*.swift",
22   "frameworks": [
23     "Security",
24     "StoreKit"
25   ],
26   "requires_arc": true,
27   "swift_version": "5.0"