blob: 6588441bad3e4e1f8c1e1d6c8e0247f2b717fce0 [file] [log] [blame]
{
"name": "EstimoteMirror",
"version": "0.2.0",
"summary": "Take control of the TV screen from your iOS app with Estimote Mirror SDK",
"description": "The Mirror SDK is an addition to the Estimote Mirror Core SDK that enables easy interaction with built-in and custom templates.",
"homepage": "https://github.com/Estimote/iOS-Mirror-SDK",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.txt"
},
"authors": {
"Estimote": "contact@estimote.com"
},
"source": {
"git": "https://github.com/Estimote/iOS-Mirror-SDK.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/estimote",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.1",
"source_files": "Sources/**/*.{swift,h}",
"module_name": "MirrorDisplay",
"dependencies": {
"EstimoteMirrorCore": [
]
}
}