blob: 0195d61789efde0637d4882304a67685c5d1b78f [file] [log] [blame]
{
"name": "IncomingSDK",
"version": "2.1.2",
"summary": "Incoming Push Video iOS SDK",
"homepage": "http://www.incoming.tv/",
"authors": {
"Incoming Inc.": "contact@incoming.tv"
},
"documentation_url": "http://incoming-inc.github.io/ios-template-app/",
"platforms": {
"ios": "8.0"
},
"source": {
"http": "https://storage.googleapis.com/incoming-ios-sdk/IncomingSDK-2.1.2.tar.gz"
},
"description": "The Push Video service is for media publishers wanting the highest quality mobile video experience.",
"default_subspecs": "IncomingPVN",
"license": {
"type": "Copyright",
"file": "LICENSE.txt"
},
"subspecs": [
{
"name": "IncomingPVN",
"vendored_frameworks": "IncomingSDK/IncomingPVN.framework",
"resources": "IncomingSDK/IncomingPVN.bundle",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"MobileCoreServices",
"AVFoundation",
"CoreMotion",
"CoreTelePhony",
"CoreData",
"CoreMedia",
"MediaPlayer",
"CoreImage",
"Accelerate",
"NotificationCenter"
],
"libraries": "z",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
},
{
"name": "TodayWidget",
"vendored_frameworks": "TodayWidget/ISDKWidget.framework",
"resources": "TodayWidget/*.{storyboard,xcassets,bundle}",
"frameworks": [
"NotificationCenter",
"AVFoundation"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
},
{
"name": "NotificationUI",
"source_files": "NotificationUI/**/*.{m,h}",
"resources": "NotificationUI/**/*.{storyboard,plist}",
"frameworks": [
"UserNotificationsUI",
"UserNotifications",
"MobileCoreServices",
"AVFoundation"
],
"platforms": {
"ios": "10.0"
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}
]
}