blob: 3bc26d1730abe22b2be42c262c0801c2c26bbd30 [file] [log] [blame]
{
"name": "WRSwiftKit",
"version": "0.0.3",
"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.3"
},
"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": "Device",
"source_files": "Source/Device/*.swift"
}
],
"swift_version": "5.0"
}