[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / e / b / 9 / LJPhotoBrowser / 1.0.3 / LJPhotoBrowser.podspec.json
blobb583cf17e7d4046b70d44b1392c390a0437752f5
2   "name": "LJPhotoBrowser",
3   "version": "1.0.3",
4   "summary": "A simple iOS photo and video browser with grid view, captions and selections.",
5   "homepage": "https://github.com/liuliangju/LJPhotoBrowser",
6   "license": "MIT",
7   "authors": {
8     "liuliangju": "liangjuliu@163.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/liuliangju/LJPhotoBrowser.git",
15     "tag": "1.0.3"
16   },
17   "source_files": "LJPhotoBrowser/**/*.{h,m}",
18   "resources": "LJPhotoBrowser/Assets/*.png",
19   "requires_arc": true,
20   "frameworks": [
21     "ImageIO",
22     "QuartzCore",
23     "AssetsLibrary",
24     "MediaPlayer"
25   ],
26   "weak_frameworks": "Photos",
27   "dependencies": {
28     "DACircularProgress": [
29       "~> 2.3.1"
30     ],
31     "MBProgressHUD": [
32       "~> 1.0.0"
33     ],
34     "SDWebImage": [
35       "~> 4.0.0"
36     ]
37   }