blob: b9727ef7ec8dda48f179e6add91b41ee5d2bf9e7 [file] [log] [blame]
{
"name": "YDCategories",
"version": "1.1.1",
"summary": "常用的分类集合.",
"homepage": "https://github.com/devYoungyang/YDCategories",
"license": "MIT",
"authors": {
"Yang": ""
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/devYoungyang/YDCategories.git",
"tag": "1.1.1"
},
"source_files": "YDCategories/YDCategories.h",
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreGraphics"
],
"requires_arc": true,
"subspecs": [
{
"name": "Base",
"source_files": "YDCategories/Base/*.{h,m}"
},
{
"name": "Tools",
"source_files": "YDCategories/Tools/*.{h,m}"
}
]
}