blob: f48523dd2f5f2322eaa413fbf670061fb018e775 [file] [log] [blame]
{
"name": "HCYoutubeParser",
"version": "0.0.5",
"license": "Public Domain",
"platforms": {
"ios": "7.0",
"tvos": "9.0"
},
"authors": "hellozimi",
"summary": "Retrieves the iOS compatible video URL from YouTube.",
"description": "HCYoutubeParser is a class which lets you get the iOS compatible video url from YouTube so you don't need to use a UIWebView or open the YouTube Application.",
"homepage": "https://github.com/hellozimi/HCYoutubeParser",
"source": {
"git": "https://github.com/hellozimi/HCYoutubeParser.git",
"tag": "0.0.5"
},
"source_files": "YoutubeParser/Classes",
"public_header_files": "YoutubeParser/Classes/*.h",
"requires_arc": true
}