[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / a / c / DingYue_iOS_SDK / 0.1.0 / DingYue_iOS_SDK.podspec.json
blob8486084fb574547faa2d9c906e2a84d95b8ea7b0
2   "name": "DingYue_iOS_SDK",
3   "version": "0.1.0",
4   "summary": "DingYue_iOS_SDK podspec file .",
5   "description": "TODO: DingYue_iOS_SDK: manage your purchase process and collect data to analyze data conveniently",
6   "homepage": "https://github.com/DingYueIO/DingYue_iOS_SDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DingYueIO": "support@dingyue.io"
13   },
14   "source": {
15     "git": "https://github.com/DingYueIO/DingYue_iOS_SDK.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "DingYue_iOS_SDK/Classes/**/*",
22   "resource_bundles": {
23     "DingYue_iOS_SDK": "DingYue_iOS_SDK/Assets/Resources/*"
24   },
25   "dependencies": {
26     "FCUUID": [
27       "~> 1.3.1"
28     ],
29     "AnyCodable-FlightSchool": [
30       "~> 0.6.1"
31     ],
32     "SSZipArchive": [
33       "~> 2.2.3"
34     ]
35   },
36   "frameworks": [
37     "Foundation",
38     "StoreKit"
39   ],
40   "ios": {
41     "frameworks": [
42       "UIKit",
43       "iAd",
44       "AdSupport"
45     ],
46     "weak_frameworks": "AdServices"
47   },
48   "osx": {
49     "frameworks": "AppKit",
50     "weak_frameworks": [
51       "AdSupport",
52       "AdServices"
53     ]
54   }