blob: ad382834d27557931a9e70d27b33377108ee5257 [file] [log] [blame]
{
"name": "WPAppKit",
"version": "0.1.1",
"summary": "搭建 Swift 项目常用类库整合",
"description": "Cocoa:Foundation,UIKit相关扩展\nTool:常用工具库",
"homepage": "https://github.com/WHeB/WPAppKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WHeB": "1193325271@qq.com"
},
"source": {
"git": "https://github.com/WHeB/WPAppKit.git",
"tag": "0.1.1"
},
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
},
"subspecs": [
{
"name": "Cocoa",
"source_files": "WPAppKit/Classes/Cocoa/**/*.swift",
"frameworks": [
"UIKit",
"Foundation"
]
},
{
"name": "Tool",
"source_files": "WPAppKit/Classes/Tool/*.swift",
"frameworks": [
"UIKit",
"Foundation"
]
}
]
}