blob: ea48de96f53b0c2d15fb29041222436311de42b4 [file] [log] [blame]
{
"name": "EVVideoPlayer",
"version": "0.1.2",
"summary": "A UIView subclass for playing videos",
"description": "A video player with a lot of cool features. More coming soon!.",
"homepage": "https://github.com/EstebanVallejo/EVVideoPlayer",
"license": "MIT",
"authors": {
"Esteban Vallejo": "evallejo@gmail.com"
},
"source": {
"git": "https://github.com/EstebanVallejo/EVVideoPlayer.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"AVFoundation",
"QuartzCore"
]
}