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