blob: ae27618915ed36b377a445eb2b05c254287c56d9 [file] [log] [blame]
{
"name": "MWPhotoBrowser",
"version": "1.1.4",
"license": "MIT",
"summary": "A simple iOS photo browser.",
"homepage": "https://github.com/mwaterfall/MWPhotoBrowser",
"authors": {
"Michael Waterfall": "mw@d3i.com"
},
"source": {
"git": "https://github.com/mwaterfall/MWPhotoBrowser.git",
"tag": "1.1.4"
},
"platforms": {
"ios": "5.0"
},
"resources": "MWPhotoBrowser/MWPhotoBrowser.bundle",
"frameworks": [
"MessageUI",
"ImageIO",
"QuartzCore",
"AssetsLibrary"
],
"dependencies": {
"SDWebImage": [
"~> 3.5"
],
"MBProgressHUD": [
],
"DACircularProgress": [
]
},
"requires_arc": false,
"subspecs": [
{
"name": "ARC",
"source_files": "MWPhotoBrowser/Classes/*.{h,m}",
"requires_arc": true,
"prefix_header_contents": "#import \"MWPreprocessor.h\""
}
]
}