blob: 5faf240dc2078ca2bbca35941094f8592ba59b9f [file] [log] [blame]
{
"name": "WRSwiftUtil",
"version": "1.0.4",
"summary": "常用 Swift 工具类定义",
"description": "常用 Swift 工具类定义,便于初始化项目",
"homepage": "https://github.com/GodFighter/WRSwiftUtil",
"license": "MIT",
"authors": {
"Leo Xiang": "xianghui_ios@163.com"
},
"source": {
"git": "https://github.com/GodFighter/WRSwiftUtil.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "9.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"social_media_url": "http://weibo.com/huigedang/home?wvr=5&lf=reg",
"requires_arc": true,
"swift_versions": "5.0",
"dependencies": {
"Colours": [
"~> 5.13.0"
]
},
"swift_version": "5.0",
"subspecs": [
{
"name": "Device",
"source_files": "WRSwiftUtil/Device/*.swift"
},
{
"name": "Image",
"source_files": "WRSwiftUtil/Image/*.swift"
},
{
"name": "Controller",
"subspecs": [
{
"name": "NavigationController",
"source_files": "WRSwiftUtil/Controller/NavigationController/*.swift",
"dependencies": {
"WRSwiftUtil/Image": [
]
}
}
]
}
]
}