[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / 9 / c / IncomingSDK / 2.6.1 / IncomingSDK.podspec.json
blob0d179272ac27729358951c66e863b3ed7e0a09db
2   "name": "IncomingSDK",
3   "version": "2.6.1",
4   "summary": "Sourse Push Video iOS SDK",
5   "homepage": "http://www.sourse.co/",
6   "authors": {
7     "Sourse": "info@sourse.co"
8   },
9   "documentation_url": "http://sourse-ai.github.io/ios-template-app/",
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "http": "https://storage.googleapis.com/incoming-ios-sdk/IncomingSDK-2.6.1.tar.gz"
15   },
16   "description": "The Push Video service is for media publishers wanting the highest quality mobile video experience.",
17   "default_subspecs": "IncomingPVN",
18   "license": {
19     "type": "Copyright",
20     "file": "LICENSE.txt"
21   },
22   "subspecs": [
23     {
24       "name": "IncomingPVN",
25       "vendored_frameworks": "IncomingPVN/IncomingPVN.framework",
26       "resources": "IncomingPVN/*.{storyboard,bundle,xcassets,plist}",
27       "requires_arc": true,
28       "frameworks": [
29         "UIKit",
30         "Foundation",
31         "SystemConfiguration",
32         "MobileCoreServices",
33         "AVFoundation",
34         "CoreTelePhony",
35         "CoreData",
36         "CoreMedia",
37         "MediaPlayer",
38         "CoreImage",
39         "Accelerate",
40         "NotificationCenter"
41       ],
42       "libraries": "z",
43       "xcconfig": {
44         "OTHER_LDFLAGS": "-ObjC"
45       }
46     },
47     {
48       "name": "TodayWidget",
49       "vendored_frameworks": "TodayWidget/ISDKWidget.framework",
50       "resources": "TodayWidget/*.{storyboard,bundle,xcassets,plist,png}",
51       "frameworks": [
52         "NotificationCenter",
53         "AVFoundation"
54       ],
55       "xcconfig": {
56         "OTHER_LDFLAGS": "-ObjC"
57       }
58     },
59     {
60       "name": "NotificationUI",
61       "vendored_frameworks": "NotificationUI/ISDKNotificationUI.framework",
62       "resources": "NotificationUI/*.{storyboard,plist}",
63       "frameworks": [
64         "UserNotificationsUI",
65         "UserNotifications",
66         "MobileCoreServices",
67         "AVFoundation"
68       ],
69       "platforms": {
70         "ios": "10.0"
71       },
72       "xcconfig": {
73         "OTHER_LDFLAGS": "-ObjC"
74       }
75     }
76   ]