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