blob: 7066b651185b0a034ea358b57fbcea3f6f2e3453 [file] [log] [blame]
{
"name": "YCYTool",
"version": "0.0.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YCYTool/YCYTool.h",
"frameworks": "Foundation",
"subspecs": [
{
"name": "YCYFundation",
"source_files": [
"YCYTool/YCYFoundation/YCYNSObject/*.h",
"YCYTool/YCYFoundation/YCYFoundation.h"
],
"subspecs": [
{
"name": "YCYNSObject",
"source_files": "YCYTool/YCYFoundation/YCYNSObject/NSObject+{YCYAppInfo,YCYEasyCopy,YCYReflection}.{h,m}"
}
]
}
]
}