blob: aeda70d76315c183762f6dc39177b947b19d646f [file] [log] [blame]
{
"name": "WRSwiftUtil",
"version": "1.3.5",
"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.3.5",
"submodules": true
},
"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"
]
},
"subspecs": [
{
"name": "Common",
"source_files": "WRSwiftUtil/Common/*.swift"
},
{
"name": "Device",
"source_files": "WRSwiftUtil/Device/*.swift"
},
{
"name": "Image",
"source_files": "WRSwiftUtil/Image/*.swift",
"dependencies": {
"WRSwiftUtil/Common": [
]
}
},
{
"name": "Controller",
"subspecs": [
{
"name": "ViewController",
"source_files": "WRSwiftUtil/Controller/ViewController/*.swift",
"dependencies": {
"WRSwiftUtil/Image": [
],
"WRSwiftUtil/Controller/Protocol": [
]
}
},
{
"name": "NavigationController",
"source_files": "WRSwiftUtil/Controller/NavigationController/*.swift",
"dependencies": {
"WRSwiftUtil/Image": [
]
}
},
{
"name": "Protocol",
"source_files": "WRSwiftUtil/Controller/Protocol/*.swift",
"dependencies": {
"WRSwiftUtil/Controller/NavigationController": [
]
}
}
]
},
{
"name": "View",
"source_files": "WRSwiftUtil/View/*.swift",
"dependencies": {
"WRSwiftUtil/Common": [
]
}
},
{
"name": "Color",
"source_files": "WRSwiftUtil/Color/*.swift",
"dependencies": {
"WRSwiftUtil/Common": [
]
}
},
{
"name": "Notification",
"source_files": "WRSwiftUtil/Notification/*.swift"
},
{
"name": "Activity",
"source_files": "WRSwiftUtil/Activity/*.swift",
"dependencies": {
"WRSwiftUtil/Common": [
]
},
"subspecs": [
{
"name": "Animations",
"source_files": "WRSwiftUtil/Activity/Animations/*.swift"
}
]
}
],
"swift_version": "5.0"
}