[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 4 / 3 / ABMediaView / 0.1.0 / ABMediaView.podspec.json
blob63699cd51383fc91d50a5abea6512754f346aa77
2   "name": "ABMediaView",
3   "version": "0.1.0",
4   "summary": "ABMediaView provides a view that can display an image and play a video.",
5   "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.",
6   "homepage": "https://github.com/andrewboryk/ABMediaView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrew Boryk": "andrewcboryk@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/andrewboryk/ABMediaView.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ABMediaView/Classes/**/*"