blob: 63699cd51383fc91d50a5abea6512754f346aa77 [file] [log] [blame]
{
"name": "ABMediaView",
"version": "0.1.0",
"summary": "ABMediaView provides a view that can display an image and play a video.",
"description": "With ABMediaView, one can drop in a view that is able to display images or videos. The image lazy-loading is by the view, or can be implemented view datasource. The same applies for videos. In addition, videos contain a player with timeline and scrubbing.",
"homepage": "https://github.com/andrewboryk/ABMediaView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew Boryk": "andrewcboryk@gmail.com"
},
"source": {
"git": "https://github.com/andrewboryk/ABMediaView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ABMediaView/Classes/**/*"
}