blob: 8e02af7dcfe5b46b81901f46fe0952289a3ea5f6 [file] [log] [blame]
{
"name": "eko-ios-native-sdk",
"version": "0.0.7",
"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.7"
},
"source_files": "sdk/EkoPlayerSDK/*.{h,m,swift}",
"frameworks": "UIKit",
"module_name": "EkoPlayerSDK",
"swift_version": "5.1"
}