blob: 0fdc2664f815958d39bbd83cfdc457e1d590b300 [file] [log] [blame]
{
"name": "WCCategory",
"version": "0.1.2",
"summary": "WCCategory",
"description": "常见宏、常用基础类扩展方法",
"homepage": "https://github.com/394771176/WCCategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"394771176": "394771176@qq.com"
},
"source": {
"git": "https://github.com/394771176/WCCategory.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"WCCategory/Classes/*.h"
],
"public_header_files": [
"WCCategory/Classes/*.h"
],
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "Define",
"source_files": [
"WCCategory/Classes/Define/*.h"
],
"public_header_files": [
"WCCategory/Classes/Define/*.h"
]
},
{
"name": "Foundation",
"source_files": [
"WCCategory/Classes/Foundation/*.h",
"WCCategory/Classes/Foundation/*.m"
],
"public_header_files": [
"WCCategory/Classes/Foundation/*.h"
],
"frameworks": "CoreText",
"dependencies": {
"WCCategory/Define": [
]
}
},
{
"name": "UIKit",
"source_files": [
"WCCategory/Classes/UIKit/*.h",
"WCCategory/Classes/UIKit/*.m"
],
"public_header_files": [
"WCCategory/Classes/UIKit/*.h"
],
"frameworks": "QuartzCore",
"dependencies": {
"WCCategory/Foundation": [
]
}
}
]
}