[Add] YSRTCLiveAVKitSDK 1.0.10
[CocoaPods.git] / Specs / d / a / 5 / DYFStore / 1.0.1 / DYFStore.podspec.json
blobd3387dbd5df1c9ab92c358a64eda67ee0080c9b8
2   "name": "DYFStore",
3   "version": "1.0.1",
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.1"
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"