blob: b04ab5ba4d0e27106c5ec773e8f3ee53bc060de3 [file] [log] [blame]
{
"name": "WRKit",
"version": "0.1.2",
"summary": "常用 Swift 工具类定义.",
"description": "常用 Swift 方法、扩展、分类,便于初始化项目",
"homepage": "https://github.com/Godfighter/WRKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Godfighter": "xianghui_ios@163.com"
},
"source": {
"git": "https://github.com/Godfighter/WRKit.git",
"tag": "0.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": "Device",
"source_files": "Source/Device/*.swift"
}
],
"swift_version": "5.0"
}