blob: bb90604a4860c7e45af918169780160571febe66 [file] [log] [blame]
{
"name": "FimPlusSDK",
"version": "1.2.3",
"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,
"source": {
"git": "https://github.com/kennic/FimPlusSDK.git",
"branch": "origin",
"tag": "1.2.3"
},
"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": [
],
"SwiftyJSON": [
]
},
"pushed_with_swift_version": "3.0"
}