[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / a / 5 / DYFStore / 1.0.0 / DYFStore.podspec.json
blob689e8c9540d36f66a1bb667abbef0b5c4b4fd10d
2   "name": "DYFStore",
3   "version": "1.0.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   "authors": {
8     "dyf": "vinphy.teng@foxmail.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/dgynfi/DYFStore.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "DYFStore/*.swift",
18   "public_header_files": "DYFStore/*.h",
19   "frameworks": [
20     "Security",
21     "StoreKit"
22   ],
23   "requires_arc": true,
24   "swift_version": "5.0"