blob: b7a7b53404251c4f2ed793564c0a476a48eba9c9 [file] [log] [blame]
{
"name": "YCYTool",
"version": "0.0.2",
"summary": "YCYTool is tools.",
"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.2"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": [
"YCYTool",
"YCYTool/*.h"
],
"subspecs": [
{
"name": "Foundation",
"source_files": [
"YCYTool/**/**/*.{h,m}",
"YCYTool/**/*.h"
]
}
]
}