blob: 5125a75ffa643cfd0563bf6a046e5223ee06f950 [file] [log] [blame]
{
"name": "UizaSDK",
"version": "6.0.2",
"summary": "UizaSDK Framework by Nam Kennic",
"description": "A framework that handles API connect to Uiza OTT system",
"homepage": "https://github.com/uizaio/uiza-sdk-player-ios",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Nam Kennic": "namkennic@me.com"
},
"platforms": {
"tvos": "10.0",
"ios": "10.0"
},
"requires_arc": true,
"swift_version": "4.1",
"source": {
"git": "https://github.com/uizaio/uiza-sdk-player-ios.git",
"branch": "origin",
"tag": "6.0.2"
},
"documentation_url": "https://uizaio.github.io/uiza-sdk-player-ios/",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"ios": {
"vendored_frameworks": "UizaSDK.framework",
"dependencies": {
"Alamofire": [
],
"AFDateHelper": [
],
"SwiftyJSON": [
],
"LFLiveKit": [
],
"FrameLayoutKit": [
],
"NKButton": [
],
"NKModalViewManager": [
],
"NVActivityIndicatorView": [
],
"SwiftIcons": [
],
"SDWebImage": [
],
"GoogleAds-IMA-iOS-SDK": [
],
"google-cast-sdk": [
]
}
},
"tvos": {
"vendored_frameworks": "UizaSDK_tvos.framework",
"dependencies": {
"Alamofire": [
],
"AFDateHelper": [
],
"SwiftyJSON": [
]
}
}
}