blob: 54e690fcf0953826e823b18863f46a1a820d678a [file] [log] [blame]
{
"name": "YCYToolKit",
"version": "0.0.4",
"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.4"
},
"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/UIKit/YCYUIKitHeader.h",
"subspecs": [
{
"name": "UIAlertView",
"source_files": "YCYToolKit/YCYCategories/UIKit/UIAlertView/**/*"
}
]
}
]
}
]
}