blob: 408bad1e5e0f3612b2256a01a6e9661dfc6277ce [file] [log] [blame]
{
"name": "HCYoutubeParser",
"version": "0.0.2",
"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",
"license": "Public Domain",
"authors": "hellozimi",
"source": {
"git": "https://github.com/hellozimi/HCYoutubeParser.git",
"tag": "0.0.2"
},
"platforms": {
"ios": null
},
"source_files": "YoutubeParser/Classes",
"public_header_files": "YoutubeParser/Classes/*.h",
"requires_arc": true
}