blob: 298e080630ad81f015958858eae9cc950d6d9a72 [file] [log] [blame]
{
"name": "KontaktSDK",
"version": "1.1.1",
"license": {
"type": "CC-ND",
"file": "LICENSE"
},
"summary": "Kontakt.io SDK for iOS, tvOS and OSX",
"homepage": "http://kontakt.io",
"authors": {
"Kontakt.io": "ios@kontakt.io"
},
"module_name": "KontaktSDK",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"MobileCoreServices",
"CoreLocation",
"CoreBluetooth"
],
"vendored_frameworks": "Cocoapods/iOS/KontaktSDK.framework",
"public_header_files": "Cocoapods/iOS/KontaktSDK.framework/Headers/*.h"
},
"tvos": {
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"MobileCoreServices",
"CoreLocation",
"CoreBluetooth"
],
"vendored_frameworks": "Cocoapods/tvOS/KontaktSDK.framework",
"public_header_files": "Cocoapods/tvOS/KontaktSDK.framework/Headers/*.h"
},
"osx": {
"frameworks": [
"AppKit",
"Foundation",
"SystemConfiguration",
"CoreServices",
"CoreBluetooth"
],
"vendored_frameworks": "Cocoapods/OSX/KontaktSDK.framework",
"public_header_files": "Cocoapods/OSX/KontaktSDK.framework/Versions/A/Headers/*.h"
},
"source": {
"http": "http://omg.kontakt.io.s3.amazonaws.com/ios/builds/kontakt-ios-sdk-1.1.1.zip",
"flatten": true
},
"requires_arc": true
}