blob: 20583f3b9d0ba2f592437aa8ebd77f148e501f1f [file] [log] [blame]
{
"name": "AZPhotoBrowser",
"version": "1.0.0",
"summary": "PhotoBrowser based on MWPhotoBrowser",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/manish-bansal/PhotoBrowser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Manish Bansal": "manishb@azuga.com"
},
"source": {
"git": "https://github.com/manish-bansal/PhotoBrowser.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "PhotoBrowser/Classes/**/*",
"resource_bundles": {
"PhotoBrowser": [
"PhotoBrowser/Assets/*.png"
]
},
"requires_arc": true,
"frameworks": [
"ImageIO",
"QuartzCore",
"AssetsLibrary",
"MediaPlayer"
],
"weak_frameworks": "Photos",
"dependencies": {
"MBProgressHUD": [
"~> 0.9"
],
"DACircularProgress": [
"~> 2.3"
],
"SDWebImage": [
"~> 3.7",
"!= 3.7.2"
]
}
}