blob: d954bc7f6ca6652c50848e9f0d82e72b2fd93a92 [file] [log] [blame]
{
"name": "WRSwiftKit",
"version": "1.1.2",
"summary": "常用 Swift 工具类定义.",
"description": "常用 Swift 方法、扩展、分类,便于初始化项目",
"homepage": "https://github.com/Godfighter/WRSwiftKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Godfighter": "xianghui_ios@163.com"
},
"source": {
"git": "https://github.com/Godfighter/WRSwiftKit.git",
"tag": "1.1.2"
},
"frameworks": [
"UIKit",
"Foundation"
],
"social_media_url": "http://weibo.com/huigedang/home?wvr=5&lf=reg",
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"subspecs": [
{
"name": "Common",
"source_files": "WRSwiftKit/Classes/Common/*.swift"
},
{
"name": "Device",
"source_files": "WRSwiftKit/Classes/Device/*.swift"
},
{
"name": "Math",
"source_files": "WRSwiftKit/Classes/Math/*.swift"
},
{
"name": "Notification",
"source_files": "WRSwiftKit/Classes/Notification/*.swift"
},
{
"name": "Image",
"source_files": "WRSwiftKit/Classes/Image/*.swift",
"dependencies": {
"WRSwiftKit/Common": [
]
}
},
{
"name": "Color",
"source_files": "WRSwiftKit/Classes/Color/*.swift",
"dependencies": {
"WRSwiftKit/Common": [
]
}
},
{
"name": "View",
"source_files": "WRSwiftKit/Classes/View/*.swift",
"dependencies": {
"WRSwiftKit/Common": [
]
}
},
{
"name": "Activity",
"source_files": "WRSwiftKit/Classes/Activity/*.swift",
"dependencies": {
"WRSwiftKit/Common": [
]
},
"subspecs": [
{
"name": "Animations",
"source_files": "WRSwiftKit/Classes/Activity/Animations/*.swift"
}
]
},
{
"name": "ViewController",
"source_files": "WRSwiftKit/Classes/ViewController/*.swift",
"dependencies": {
"WRSwiftKit/Color": [
],
"WRSwiftKit/Image": [
]
}
}
],
"swift_version": "5.0"
}