diff --git a/ConnectSDK-Lite.podspec b/ConnectSDK-Lite.podspec index a259f35..687c35d 100644 --- a/ConnectSDK-Lite.podspec +++ b/ConnectSDK-Lite.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.name = "ConnectSDK-Lite" - s.version = "1.6.2" + s.version = "2.0.0" s.summary = "Connect SDK is an open source framework that connects your mobile apps with multiple TV platforms." s.description = <<-DESC @@ -25,12 +25,12 @@ Pod::Spec.new do |s| To support the aforementioned use case without Connect SDK, a developer would need to implement DIAL, ECG, Chromecast, and DLNA in their app. With Connect SDK, discovering the three devices is handled for you. Furthermore, the method calls between each protocol is abstracted. That means you can use one method call to beam a video to Roku, 3 generations of LG Smart TVs, Apple TV, and Chromecast. DESC - s.homepage = "http://www.connectsdk.com/" + s.homepage = "https://connectsdk.com/" s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" } s.author = { "Connect SDK" => "support@connectsdk.com" } s.social_media_url = "http://twitter.com/ConnectSDK" - s.platform = :ios, "7.1" - s.ios.deployment_target = "7.1" + s.platform = :ios, "12.0" + s.ios.deployment_target = "12.0" s.source = { :git => "https://github.com/ConnectSDK/Connect-SDK-iOS-Lite.git", :tag => s.version, :submodules => true } @@ -88,7 +88,7 @@ Pod::Spec.new do |s| "core/Frameworks/asi-http-request/Classes/*.{h,m}" s.subspec 'Core' do |sp| - sp.source_files = "ConnectSDKDefaultPlatforms.h", "core/**/*.{h,m}" + sp.source_files = "ConnectSDKDefaultPlatforms.h", "core/**/*.{h,m,swift}" sp.exclude_files = (non_arc_files.dup << "core/ConnectSDK*Tests/**/*") sp.private_header_files = "core/**/*_Private.h" sp.requires_arc = true diff --git a/core b/core index 7c3d1be..cc2cd3f 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 7c3d1be39a16de38f533af1ce81bf2eb4b187631 +Subproject commit cc2cd3fa1661ea0ad7f49428f7583a4dcb810b02