diff --git a/Specs/d/9/c/IncomingSDK/2.5.2/IncomingSDK.podspec.json b/Specs/d/9/c/IncomingSDK/2.5.2/IncomingSDK.podspec.json new file mode 100644 index 000000000000000..a7214dc2fb0b2ff --- /dev/null +++ b/Specs/d/9/c/IncomingSDK/2.5.2/IncomingSDK.podspec.json @@ -0,0 +1,77 @@ +{ + "name": "IncomingSDK", + "version": "2.5.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.5.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": "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}", + "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" + } + } + ] +}