blob: 7c23a292c9976908f7c4b0ab6dd0890f6919e909 [file] [log] [blame]
{
"name": "ZZGPhotoBrowser",
"version": "0.1.1",
"summary": "A short description of ZZGPhotoBrowser.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://git.coding.net/zhaozhiguo/ZZGPhotoBrowser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lovezhaozhiguo": "553002177@qq.com"
},
"source": {
"git": "https://git.coding.net/zhaozhiguo/ZZGPhotoBrowser.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ZZGPhotoBrowser/Classes/**/*.{h,m}",
"resources": [
"ZZGPhotoBrowser/Classes/ZZGPhotoBrowser.bundle"
],
"requires_arc": true,
"frameworks": [
"ImageIO",
"QuartzCore",
"AssetsLibrary",
"MediaPlayer"
],
"weak_frameworks": "Photos",
"dependencies": {
"MBProgressHUD": [
"~> 0.9"
],
"DACircularProgress": [
"~> 2.3"
],
"SDWebImage": [
"~> 3.7",
"!= 3.7.2"
],
"ZZGPlayer": [
"~> 0.1.3"
]
}
}