blob: 3f8ce4f588dfad1162c0ab8c8475f8e9da764ec0 [file] [log] [blame]
{
"name": "Casty",
"version": "0.3.1",
"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/HRiNS/SwiftCasty.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"amirriyadh": "amir.whiz@gmail.com"
},
"source": {
"git": "https://github.com/HRiNS/SwiftCasty.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Casty/Classes/**/*",
"swift_version": "4.0",
"dependencies": {
"google-cast-sdk": [
]
},
"static_framework": true
}