[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 6 / 3 / ImagePlayerView / 0.3 / ImagePlayerView.podspec.json
blobb44a305271875044385504066bfb3fbfcd3b5261
2   "name": "ImagePlayerView",
3   "version": "0.3",
4   "summary": "To show images in UIScrollView, support AutoLayout.",
5   "description": "To show images in UIScrollView, support AutoLayout.Need SDWebImage libray to load remote image to UIImageView",
6   "homepage": "https://github.com/interchen/ImagePlayerView.git",
7   "license": "MIT",
8   "authors": {
9     "Chen Yanjun": "inter.chen@gmail.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/interchen/ImagePlayerView.git",
16     "tag": "0.3"
17   },
18   "source_files": "ImagePlayerView/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "SDWebImage": [
23     ]
24   }