[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / d / 7 / 3 / MWPhotoBrowser / 1.1.3 / MWPhotoBrowser.podspec.json
blobabe4d19995923f7edc539fa7882dd90516ccfc53
2   "name": "MWPhotoBrowser",
3   "version": "1.1.3",
4   "license": "MIT",
5   "summary": "A simple iOS photo browser.",
6   "homepage": "https://github.com/mwaterfall/MWPhotoBrowser",
7   "authors": {
8     "Michael Waterfall": "mw@d3i.com"
9   },
10   "source": {
11     "git": "https://github.com/mwaterfall/MWPhotoBrowser.git",
12     "tag": "1.1.3"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "resources": "MWPhotoBrowser/MWPhotoBrowser.bundle",
18   "frameworks": [
19     "MessageUI",
20     "ImageIO",
21     "QuartzCore",
22     "AssetsLibrary"
23   ],
24   "dependencies": {
25     "SDWebImage": [
26       "3.4"
27     ],
28     "MBProgressHUD": [
30     ],
31     "DACircularProgress": [
33     ]
34   },
35   "requires_arc": false,
36   "subspecs": [
37     {
38       "name": "ARC",
39       "source_files": "MWPhotoBrowser/Classes/*.{h,m}",
40       "requires_arc": true,
41       "prefix_header_contents": "#import \"MWPreprocessor.h\""
42     }
43   ]