blob: 5f5ac71c76334e3ef8dcef57b11879e06d1b8352 [file] [log] [blame]
{
"name": "IncomingSDK",
"version": "2.5.8",
"summary": "Sourse Push Video iOS SDK",
"homepage": "http://www.sourse.co/",
"authors": {
"Sourse": "info@sourse.co"
},
"documentation_url": "http://sourse-ai.github.io/ios-template-app/",
"platforms": {
"ios": "8.0"
},
"source": {
"http": "https://storage.googleapis.com/incoming-ios-sdk/IncomingSDK-2.5.8.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": "IncomingPVN/IncomingPVN.framework",
"resources": "IncomingPVN/*.{storyboard,bundle,xcassets,plist}",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"MobileCoreServices",
"AVFoundation",
"CoreTelePhony",
"CoreData",
"CoreMedia",
"MediaPlayer",
"CoreImage",
"Accelerate",
"NotificationCenter"
],
"libraries": "z",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
},
{
"name": "TodayWidget",
"vendored_frameworks": "TodayWidget/ISDKWidget.framework",
"resources": "TodayWidget/*.{storyboard,bundle,xcassets,plist,png}",
"frameworks": [
"NotificationCenter",
"AVFoundation"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
},
{
"name": "NotificationUI",
"vendored_frameworks": "NotificationUI/ISDKNotificationUI.framework",
"resources": "NotificationUI/*.{storyboard,plist}",
"frameworks": [
"UserNotificationsUI",
"UserNotifications",
"MobileCoreServices",
"AVFoundation"
],
"platforms": {
"ios": "10.0"
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}
]
}