blob: dfaca79212c3b67fc198d0ec285ce45d0f26b244 [file] [log] [blame]
{
"name": "YCYCategories",
"version": "0.0.3",
"summary": "YCYCategories is a category for ios.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/CattleToCoaxStudio/YCYCategories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chengyou.yang": "864390553@qq.com"
},
"source": {
"git": "https://github.com/CattleToCoaxStudio/YCYCategories.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": [
"YCYCategories",
"YCYCategories/*.{h}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "UIKit",
"source_files": "YCYCategories/UIKit/**/*.{h}"
},
{
"name": "Foundation",
"source_files": "YCYCategories/Foundation/**/*.{h}"
}
]
}