blob: 82cb8f1390d64e1f095df7a5d7535f6bad9d4ae4 [file] [log] [blame]
{
"name": "WRSwiftKit",
"version": "0.0.6",
"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": "0.0.6"
},
"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": "Notification",
"source_files": "WRSwiftKit/Classes/Notification/*.swift"
}
],
"swift_version": "5.0"
}