blob: 26a92d2ee2a55bf443870acbc2709d28feca9ef9 [file] [log] [blame]
{
"name": "XTInputKit",
"version": "0.3.3",
"summary": "一些常用的iOS开发代码及扩展集合,例如打印日志的工具XTILoger,用16进制取颜色,keychain,NetWork···",
"description": "TODO:平时开发积累的代码整合起来的。包括且不限于UINavigationController、UIViewController、UITabBarController的扩展,以及String、Date、DispatchQueue的扩展。",
"homepage": "https://github.com/xt-input/XTInputKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xt-input": "input@tcoding.cn"
},
"source": {
"git": "https://github.com/xt-input/XTInputKit.git",
"tag": "0.3.3"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5",
"requires_arc": true,
"swift_version": "5",
"subspecs": [
{
"name": "Extension",
"source_files": "XTInputKit/Classes/Extension/**/*.swift"
},
{
"name": "XTITool",
"source_files": "XTInputKit/Classes/XTIClass/*.swift"
},
{
"name": "XTILoger",
"source_files": "XTInputKit/Classes/XTILoger/*.swift",
"dependencies": {
"XTInputKit/XTITool": [
]
}
},
{
"name": "XTINetWork",
"source_files": "XTInputKit/Classes/Network/*.swift",
"dependencies": {
"XTInputKit/XTILoger": [
],
"Alamofire": [
"~> 5.0.0-rc.2"
],
"XTIObjectMapper": [
"~> 13.5.1"
],
"Cache": [
"~> 5.2.0"
]
}
}
]
}