Up to 1.0.0 / Swift 4.2
This commit is contained in:
parent
3e7d052ab6
commit
ab0847c66f
|
@ -1,15 +1,15 @@
|
|||
Pod::Spec.new do |spec|
|
||||
spec.name = 'NPOKit'
|
||||
spec.version = '0.0.9'
|
||||
spec.version = '1.0.0'
|
||||
spec.summary = 'NPOKit framework for interfacing with the Dutch Public Broadcaster'
|
||||
spec.homepage = 'https://github.com/4np/NPOKit'
|
||||
spec.license = { type: 'APACHE', file: 'LICENSE' }
|
||||
spec.authors = { "Jeroen Wesbeek" => 'github@osx.eu' }
|
||||
spec.documentation_url = 'https://github.com/4np/NPOKit/blob/master/README.md'
|
||||
|
||||
spec.platforms = { :ios => '11.0', :osx => '12.0', :tvos => '11.0' }
|
||||
spec.platforms = { :ios => '12.0', :osx => '13.0', :tvos => '12.0' }
|
||||
spec.requires_arc = true
|
||||
spec.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.1' }
|
||||
spec.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }
|
||||
spec.source = { :git => 'https://github.com/4np/NPOKit.git', :tag => "#{spec.version}" }
|
||||
|
||||
spec.source_files = 'Sources/**/*.{swift}'
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
import Foundation
|
||||
|
||||
public class NPOKit {
|
||||
open static let shared = NPOKit()
|
||||
public static let shared = NPOKit()
|
||||
public static let bundle = Bundle(for: NPOKit.self)
|
||||
internal var apiKey = "50405d0c015250575e03090047565957510b575053435a53100e55095f160f12"
|
||||
internal var apiURL = URL(string: "https://start-api.npo.nl")
|
||||
|
|
Loading…
Reference in New Issue