[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / d / 9 / c / IncomingSDK / 2.1.2 / IncomingSDK.podspec.json
blob0195d61789efde0637d4882304a67685c5d1b78f
2   "name": "IncomingSDK",
3   "version": "2.1.2",
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.1.2.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": "IncomingSDK/IncomingPVN.framework",
26       "resources": "IncomingSDK/IncomingPVN.bundle",
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,xcassets,bundle}",
52       "frameworks": [
53         "NotificationCenter",
54         "AVFoundation"
55       ],
56       "xcconfig": {
57         "OTHER_LDFLAGS": "-ObjC"
58       }
59     },
60     {
61       "name": "NotificationUI",
62       "source_files": "NotificationUI/**/*.{m,h}",
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   ]