blob: 151294633b9c13af0d4815fd7db84c7cf499557f [file] [log] [blame]
{
"name": "NZQBaseKit",
"version": "0.0.1",
"summary": "NZQ iOS开发基础常用框架",
"description": "基础框架",
"homepage": "https://github.com/pasmall/NZQBaseKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lyric": "851443090@qq.com"
},
"platforms": {
"ios": "10.3"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/pasmall/NZQBaseKit.git",
"branch": "master"
},
"source_files": "NZQBaseKit/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"MJRefresh": [
],
"Alamofire": [
],
"SwiftyJSON": [
],
"AlamofireImage": [
],
"SnapKit": [
]
}
}