blob: 93c1fc5bdc10ee013e518d0aa67099ba816ff759 [file] [log] [blame]
{
"name": "YDCategories",
"version": "1.1.0",
"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.0"
},
"source_files": [
"YDCategories",
"YDCategories/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreGraphics"
],
"requires_arc": true,
"subspecs": [
{
"name": "Base",
"source_files": "YDCategories/Base/*.{h,m}"
},
{
"name": "Tools",
"source_files": "YDCategories/Tools/*.{h,m}"
}
]
}