[Add] PurchasesHybridCommon 13.15.0
[CocoaPods.git] / Specs / 4 / 6 / c / DPNextSDK / 0.0.1 / DPNextSDK.podspec.json
blob5733807c4fa6b6387fd138617caed59f2ab8c8f0
2   "name": "DPNextSDK",
3   "version": "0.0.1",
4   "summary": "DPNextSDK...",
5   "homepage": "https://github.com/948080952/DPNextSDK",
6   "license": "MIT",
7   "authors": {
8     "DaiPei": "daipei@hust.edu.cn"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/948080952/DPNextSDK.git",
15     "tag": "0.0.1"
16   },
17   "default_subspecs": "Core",
18   "subspecs": [
19     {
20       "name": "Core",
21       "source_files": "AppnextIOSSDK/Core/header",
22       "vendored_libraries": "AppnextIOSSDK/Core/libAppnextSDKCore.a"
23     },
24     {
25       "name": "VideoAds",
26       "dependencies": {
27         "DPNextSDK/Core": [
29         ]
30       },
31       "source_files": "AppnextIOSSDK/VideoAds/header",
32       "vendored_libraries": "AppnextIOSSDK/VideoAds/libAppnextLib.a",
33       "frameworks": [
34         "QuartzCore",
35         "Security",
36         "CFNetwork",
37         "AVFoundation",
38         "SystemConfiguration",
39         "MobileCoreServices",
40         "CoreGraphics",
41         "CoreMedia",
42         "AdSupport",
43         "UIKit",
44         "Foundation",
45         "CoreTelephony"
46       ]
47     },
48     {
49       "name": "NativeAds",
50       "dependencies": {
51         "DPNextSDK/Core": [
53         ]
54       },
55       "source_files": "AppnextIOSSDK/NativeAds/header",
56       "vendored_libraries": "AppnextIOSSDK/NativeAds/libAppnextNativeAdsSDK.a",
57       "frameworks": [
58         "QuartzCore",
59         "Security",
60         "CFNetwork",
61         "AVFoundation",
62         "SystemConfiguration",
63         "MobileCoreServices",
64         "CoreGraphics",
65         "CoreMedia",
66         "AdSupport",
67         "UIKit",
68         "Foundation",
69         "CoreTelephony"
70       ]
71     }
72   ]