blob: 6f7a970a51557e573685fca6c2ab9e56f38fd60f [file] [log] [blame]
{
"name": "AZLPhotoBrowser",
"version": "0.1.0",
"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.1.0"
},
"platforms": {
"ios": "9.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "AZLPhotoBrowser/Classes/**/*",
"dependencies": {
"SDWebImage": [
],
"AZLExtend": [
]
}
}
]
}