blob: c2831ffbdff7cb927a082380c911f6a2314433f2 [file] [log] [blame]
{
"name": "YXCategories",
"version": "1.4.2",
"summary": "自己使用的分类",
"homepage": "https://yuxiang.ren",
"license": "MIT",
"authors": {
"shlyren": "shlyren@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/shlyren/YXCategories.git",
"tag": "1.4.2"
},
"requires_arc": true,
"public_header_files": "YXCategories/YXCategories.h",
"source_files": "YXCategories/YXCategories.h",
"subspecs": [
{
"name": "Foundation",
"source_files": "YXCategories/Foundation/*.{h,m}"
},
{
"name": "UIKit",
"source_files": "YXCategories/UIKit/*.{h,m}"
}
]
}