blob: 2016b181e6c52dd9478128793f59b9621e94b304 [file] [log] [blame]
{
"name": "AZLPhotoBrowser",
"version": "0.7.6",
"summary": "简单的图片浏览控件",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/azusalee/AZLPhotoBrowser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"azusalee": "384433472@qq.com"
},
"source": {
"git": "https://github.com/azusalee/AZLPhotoBrowser.git",
"tag": "0.7.6"
},
"platforms": {
"ios": "9.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "AZLPhotoBrowser/Classes/Core/**/*",
"dependencies": {
"AZLExtend": [
],
"AZLPhotoBrowser/EditTool": [
]
}
},
{
"name": "SDExtend",
"source_files": "AZLPhotoBrowser/Classes/SDExtend/**/*",
"dependencies": {
"SDWebImage": [
],
"AZLPhotoBrowser/Core": [
]
},
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "AZLSDExtend=1"
}
},
{
"name": "EditTool",
"source_files": "AZLPhotoBrowser/Classes/EditTool/**/*",
"dependencies": {
"AZLExtend": [
"~> 0.1.4"
]
}
}
]
}