blob: 16ae0061c6088402452fefaba2968ced8077e322 [file] [log] [blame]
{
"name": "OCast",
"version": "0.2.0",
"summary": "OCast SDK provides an application with all necessary functions to cast any contents to an Orange stick.",
"description": "The Orange OCast SDK provides all required API methods to implement cast applications for the Orange stick.\nThe Example project aims at demonstrating the basic instruction set of the Orange OCast SDK to help you get started.\n\nBoth Objective C and Swift applications may use the Orange OCast SDK.\n\nHere are the main functionalities of the Example project:\n\n- Wifi connection to the receiver\n- Application stop and restart\n- Audio cast Play/Pause/Stop\n- Video cast Play/Pause/Stop\n- Image cast\n- Volume control\n- Time seek management\n- Media tracks management\n- Custom messages handling\n\nYou don't need to have a stick to run the Exmaple project or to start developping your own application: use our simulator to get started.",
"homepage": "https://github.com/Orange-OpenSource/OCast-iOS",
"license": {
"type": "Apache V2",
"file": "LICENSE"
},
"authors": {
"Orange Labs": "philippe.besombe@orange.com"
},
"source": {
"git": "https://github.com/Orange-OpenSource/OCast-iOS.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "OCast/**/*",
"dependencies": {
"CocoaAsyncSocket": [
"~>7.6.1"
]
},
"pushed_with_swift_version": "3.0"
}