blob: b3863adad764920499191c0693f2426fff410784 [file] [log] [blame]
{
"name": "AZLPhotoBrowser",
"version": "0.6.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.6.6"
},
"platforms": {
"ios": "9.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "AZLPhotoBrowser/Classes/Core/**/*",
"dependencies": {
"SDWebImage": [
],
"AZLExtend": [
],
"AZLPhotoBrowser/EditTool": [
]
}
},
{
"name": "EditTool",
"source_files": "AZLPhotoBrowser/Classes/EditTool/**/*",
"dependencies": {
"AZLExtend": [
"~> 0.1.4"
]
}
}
]
}