blob: 4a747fa50e5a2a1c4a33e0fc74688fc036b52bc6 [file] [log] [blame]
{
"name": "AAPhotoBrowser",
"version": "1.0",
"summary": "iOS 类似微信朋友圈样式的图片浏览器",
"homepage": "https://github.com/Fxxxxxx/AAPhotoBrowser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aaron Feng": "e2shao1993@163.com"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Fxxxxxx/AAPhotoBrowser.git",
"tag": "1.0"
},
"source_files": "AAPhotoBrowser/*.swift",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"Kingfisher": [
]
}
}