blob: c5180ee1e8d26bfa59651008d6785d0349b07895 [file] [log] [blame]
{
"name": "XESCategoryPublic",
"version": "0.0.2",
"summary": "XESCategoryPublic contains commonly used categories",
"description": "XESCategory is a library that contains commonly used categories !",
"homepage": "https://github.com/speiyouiOS/XESCategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gfy": "1056063547@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/speiyouiOS/XESCategory.git",
"tag": "0.0.2"
},
"source_files": "XESCategory/*.h",
"public_header_files": "XESCategory/*.h",
"vendored_libraries": "XESCategory/*.a",
"frameworks": "Foundation",
"requires_arc": true,
"subspecs": [
{
"name": "Foundation",
"source_files": "XESCategory/Foundation/**/*.h"
},
{
"name": "UIKit",
"source_files": "XESCategory/UIKit/*.h"
},
{
"name": "Quartz",
"source_files": "XESCategory/Quartz/*.h"
}
]
}