blob: e17deadae608d644bf7b2264035002ed9421b71f [file] [log] [blame]
{
"name": "Casty",
"version": "0.2.0",
"summary": "A simple library to facilitate chromecast sdk integration",
"description": "TODO: Casty used to facilited chromecast sdk integration with your application with few lines of code.",
"homepage": "https://github.com/amirriyadh/Casty",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"amirriyadh": "amir.whiz@gmail.com"
},
"source": {
"git": "https://github.com/amirriyadh/Casty.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Casty/Classes/**/*",
"swift_version": "4.0",
"dependencies": {
"google-cast-sdk": [
]
},
"static_framework": true
}