blob: 233b2c6f5b110ae3f8f6c1b28436da58d8a2b60a [file] [log] [blame]
{
"name": "AZLPhotoBrowser",
"version": "0.6.5",
"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.5"
},
"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"
]
}
}
]
}