blob: a1511dbc5a5099ddea897c8b24febfec58324d84 [file] [log] [blame]
{
"name": "EVVideoPlayer",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"AVFoundation",
"QuartzCore"
]
}