blob: 9fb3d906da91d8915de4ccd6b5fbd834daecb870 [file] [log] [blame]
{
"name": "HHYRep",
"version": "0.0.1",
"summary": "HHYRep",
"description": "HHYRep远程仓库",
"homepage": "https://github.com/HuiYouHua/HHYRep",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"华惠友": "793316968@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/HuiYouHua/HHYRep.git",
"tag": "0.0.1"
},
"resources": "HHYRep/Resource/*.png",
"requires_arc": true,
"subspecs": [
{
"name": "TimerHelper",
"subspecs": [
{
"name": "GCD",
"source_files": "HHYRep/Classes/TimerHelper/GCD/**/*.{h,m}"
},
{
"name": "NSTimer",
"source_files": "HHYRep/Classes/TimerHelper/NSTimer/**/*.{h,m}"
}
]
},
{
"name": "UITableVIewHelper",
"source_files": "HHYRep/Classes/UITableVIewHelper/**/*.{h,m}"
}
]
}