blob: a9c6a5f92ab92381953a4ceeb33fd72387681236 [file] [log] [blame]
{
"name": "XTInputKit",
"version": "0.1.1",
"summary": "一些常用的iOS开发代码及扩展集合,例如打印日志的工具XTILoger,用16进制取颜色,keychain,NetWork···",
"description": "平时开发积累的代码整合起来的。包括且不限于UINavigationController、UIViewController、UITabBarController的扩展,以及String、Date、DispatchQueue的扩展。",
"homepage": "https://github.com/xt-input/XTInputKit",
"license": "MIT",
"authors": {
"xt-input": "input@tcoding.cn"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/xt-input/XTInputKit.git",
"tag": "0.1.1"
},
"swift_versions": "4.2",
"requires_arc": true,
"subspecs": [
{
"name": "XTILoger",
"source_files": "Source/XTILoger/*.swift"
},
{
"name": "Extension",
"source_files": "Source/Extension/**/*.swift"
},
{
"name": "XTITool",
"source_files": "Source/Class/*.swift"
},
{
"name": "XTINetWork",
"source_files": "Source/Network/*.swift",
"dependencies": {
"XTInputKit/XTILoger": [
],
"XTInputKit/XTITool": [
],
"HandyJSON": [
],
"Alamofire": [
]
}
}
]
}