blob: 7fa350624de53909ff3f052e658514f3cca832b7 [file] [log] [blame]
{
"name": "FimPlusSDK",
"version": "2.7",
"summary": "FimPlusSDK Framework by Nam Kennic",
"description": "A framework that handles API connect to FimPlus OTT system",
"homepage": "https://github.com/kennic/FimPlusSDK",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Nam Kennic": "namkennic@me.com"
},
"platforms": {
"tvos": "10.0",
"ios": "10.0"
},
"requires_arc": true,
"swift_version": "4.0",
"source": {
"git": "https://github.com/kennic/FimPlusSDK.git",
"branch": "origin",
"tag": "2.7"
},
"documentation_url": "https://kennic.github.io/FimPlusSDK/",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
},
"ios": {
"vendored_frameworks": "FimPlusSDK.framework"
},
"tvos": {
"vendored_frameworks": "FimPlusSDKTVOS.framework"
},
"dependencies": {
"Alamofire": [
],
"CryptoSwift": [
],
"SwiftyJSON": [
],
"SwiftyStoreKit": [
]
}
}