Up to 1.0.0 / Swift 4.2

This commit is contained in:
Jeroen Wesbeek 2018-10-21 17:23:39 +02:00
parent 3e7d052ab6
commit ab0847c66f
2 changed files with 4 additions and 4 deletions

View File

@ -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}'

View File

@ -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")