blob: 285496f4d1919c530bbd3b1ccbc9b9c2f15788a1 [file] [log] [blame]
{
"name": "WPAppKit",
"version": "0.1.3",
"summary": "搭建 Swift 项目常用类库整合",
"description": "Cocoa:Foundation,UIKit相关扩展\nTool:常用工具库\nThirdKit:常用第三方库",
"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.3"
},
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
},
"subspecs": [
{
"name": "Cocoa",
"subspecs": [
{
"name": "Foundation",
"source_files": "WPAppKit/Classes/Cocoa/Foundation/*.swift"
},
{
"name": "UIKit",
"source_files": "WPAppKit/Classes/Cocoa/UIKit/*.swift"
}
]
},
{
"name": "Tool",
"source_files": "WPAppKit/Classes/Tool/*.swift",
"frameworks": [
"UIKit",
"Foundation"
]
},
{
"name": "ThirdKit",
"subspecs": [
{
"name": "MJRefresh",
"source_files": "WPAppKit/Classes/ThirdKit/MJRefresh/*.swift",
"dependencies": {
"MJRefresh": [
]
}
},
{
"name": "Kingfisher",
"source_files": "WPAppKit/Classes/ThirdKit/Kingfisher/*.swift",
"dependencies": {
"Kingfisher": [
]
}
},
{
"name": "ZHRefresh",
"source_files": "WPAppKit/Classes/ThirdKit/MBProgressHUD/*.{swift,h,m}"
}
]
}
]
}