[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / 9 / c / IncomingSDK / 2.3.1 / IncomingSDK.podspec.json
blob94a9fe413c60fc76418066083a772a22d6ef850a
2   "name": "IncomingSDK",
3   "version": "2.3.1",
4   "summary": "Incoming Push Video iOS SDK",
5   "homepage": "http://www.incoming.tv/",
6   "authors": {
7     "Incoming Inc.": "contact@incoming.tv"
8   },
9   "documentation_url": "http://incoming-inc.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.3.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         "CoreMotion",
35         "CoreTelePhony",
36         "CoreData",
37         "CoreMedia",
38         "MediaPlayer",
39         "CoreImage",
40         "Accelerate",
41         "NotificationCenter"
42       ],
43       "libraries": "z",
44       "xcconfig": {
45         "OTHER_LDFLAGS": "-ObjC"
46       }
47     },
48     {
49       "name": "TodayWidget",
50       "vendored_frameworks": "TodayWidget/ISDKWidget.framework",
51       "resources": "TodayWidget/*.{storyboard,bundle,xcassets,plist}",
52       "frameworks": [
53         "NotificationCenter",
54         "AVFoundation"
55       ],
56       "xcconfig": {
57         "OTHER_LDFLAGS": "-ObjC"
58       }
59     },
60     {
61       "name": "NotificationUI",
62       "vendored_frameworks": "NotificationUI/ISDKNotificationUI.framework",
63       "resources": "NotificationUI/*.{storyboard,plist}",
64       "frameworks": [
65         "UserNotificationsUI",
66         "UserNotifications",
67         "MobileCoreServices",
68         "AVFoundation"
69       ],
70       "platforms": {
71         "ios": "10.0"
72       },
73       "xcconfig": {
74         "OTHER_LDFLAGS": "-ObjC"
75       }
76     }
77   ]