blob: 6f0997ef8f8d9f61be35d890ae59f55ebbf7c02d [file] [log] [blame]
{
"name": "AKYoutubeParser",
"version": "0.1.0",
"summary": "Retrieve youtube h264 video stream urls in a swift way.",
"description": "Based on the popular https://github.com/hellozimi/HCYoutubeParser\nBut in swift",
"homepage": "https://github.com/arsonik/AKYoutubeParser",
"license": "MIT",
"authors": {
"Florian Morello": "arsonik@me.com"
},
"source": {
"git": "https://github.com/arsonik/AKYoutubeParser.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"Alamofire": [
]
}
}