| { |
| "name": "EstimoteMirror", |
| "version": "0.2-beta2", |
| "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-beta2" |
| }, |
| "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": [ |
| |
| ] |
| } |
| } |