-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0949288
commit 0300803
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" => "[email protected]" } | ||
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 | ||
|
Submodule core
updated
47 files