[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / a / 5 / DYFStore / 1.1.0 / DYFStore.podspec.json
blob56cc81b282957f6d4cbd710003f2ac70537f74de
2   "name": "DYFStore",
3   "version": "1.1.0",
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   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/dgynfi/DYFStore.git",
20     "tag": "1.1.0"
21   },
22   "source_files": "DYFStore/*.swift",
23   "frameworks": [
24     "Security",
25     "StoreKit"
26   ],
27   "requires_arc": true,
28   "swift_version": "5.0"