-
Notifications
You must be signed in to change notification settings - Fork 0
/
MNetAdSdk.podspec.json
48 lines (48 loc) · 1.25 KB
/
MNetAdSdk.podspec.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"authors": {
"Akshay": "akshay.d@directi.com",
"Kunal": "kunal.ch@directi.com",
"Nithin": "nithin.g@directi.com"
},
"description": "iOS Ad SDK by Media.NET",
"frameworks": [
"CoreLocation",
"WebKit",
"AdSupport",
"MobileCoreServices",
"SystemConfiguration",
"CoreTelephony",
"AVFoundation",
"CoreMedia",
"Security",
"AVKit",
"EventKit",
"EventKitUI",
"Photos",
"SafariServices"
],
"homepage": "https://github.com/media-net/mnet-ios-pod",
"ios": {
"resources": [
"MNetAdSdk/ios/MNetAdSdk.framework/**/*.xib",
"MNetAdSdk/ios/MNetAdSdk.framework/**/*.png",
"MNetAdSdk/ios/MNetAdSdk.framework/**/*.js"
],
"vendored_frameworks": "MNetAdSdk/ios/MNetAdSdk.framework"
},
"libraries": "c++",
"license": {
"file": "LICENSE",
"type": "Copyright"
},
"name": "MNetAdSdk",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/media-net/mnet-ios-pod.git",
"tag": "v1.12.4"
},
"summary": "iOS Ad SDK by Media.NET",
"version": "1.12.4"
}