blob: 8b76c70e03492c9a3045faaa2634b2e9e1e28337 [file] [log] [blame]
{
"name": "YCYTool",
"version": "0.0.6",
"summary": "YCYTool is tool.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/YCheck/YCYTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chengyou.yang": "864390553@qq.com"
},
"source": {
"git": "https://github.com/YCheck/YCYTool.git",
"tag": "0.0.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YCYTool/YCYTool.h",
"frameworks": "Foundation",
"subspecs": [
{
"name": "YCYFundation",
"source_files": [
"YCYTool/YCYFoundation/YCYNSObject/YCYNSObject.h",
"YCYTool/YCYFoundation/YCYFoundation.h"
],
"subspecs": [
{
"name": "YCYNSObject",
"source_files": [
"YCYTool/YCYFoundation/YCYNSObject/NSObject+{YCYAppInfo,YCYEasyCopy,YCYReflection}.{h,m}",
"YCYTool/YCYFoundation/YCYNSObject/YCYNSObject.h"
]
}
]
}
]
}