blob: 0661b5a8ed618ed6c8083376b31721afa9151863 [file] [log] [blame]
{
"name": "CNPlayer",
"version": "1.0.4",
"summary": "youtube mp4 video player",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/zrongl/CNPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zrongl": "ronglei0324@163.com"
},
"source": {
"git": "https://github.com/zrongl/CNPlayer.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "9.0"
},
"source_files": "CNPlayer/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
"~> 1.0.0"
]
}
}