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