blob: 5258978fb65bc04edf9375c4cd541dab37d6cebe [file] [log] [blame]
{
"name": "eko-ios-native-sdk",
"version": "0.0.6",
"summary": "A lightweight SDK that allows for easy integration of eko videos into an ios app.",
"description": "The eko iOS SDK allows you to seamlessly integrate the eko player into your iOS apps and play any eko video in just 2 lines of code.",
"homepage": "https://github.com/EkoLabs/ios-native-sdk",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Divya Mahadevan": "divya@eko.com"
},
"swift_versions": "5.1",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/EkoLabs/ios-native-sdk.git",
"tag": "0.0.6"
},
"source_files": "sdk/EkoPlayerSDK/*.{h,m,swift}",
"frameworks": "UIKit",
"module_name": "EkoPlayerSDK",
"swift_version": "5.1"
}