blob: 50087f6282beba401f7982d3c3934ae9c50cbf78 [file] [log] [blame]
{
"name": "DzyKit",
"version": "0.0.2",
"summary": "个人积累下来的一些工具类",
"description": "下拉刷新,上拉加载,基本方法,扩展方法,图片展示等等",
"homepage": "https://github.com/dzyding/DzyKit.git",
"license": "MIT",
"authors": {
"灰s": "dzy8023@163.com"
},
"social_media_url": "http://www.jianshu.com/u/092161e02358",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/dzyding/DzyKit.git",
"tag": "0.0.2"
},
"source_files": [
"*.swift",
"Refresh/*.swift",
"ShowImage/*.swift"
],
"resources": [
"Refresh/*.png",
"howImage/*.png"
],
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.5"
],
"AlamofireImage": [
"~> 3.3"
],
"AlamofireObjectMapper": [
"~> 5.0"
],
"SnapKit": [
"~> 4.0.0"
]
},
"pushed_with_swift_version": "4.0"
}