blob: b36db801b87c825fbf0f9f622243d4342d93b697 [file] [log] [blame]
{
"name": "GGCTools",
"version": "0.0.2",
"summary": "ios日常开发用到的工具",
"description": "封装了GCD,定义了一些常用的宏",
"homepage": "https://github.com/GoGoCoding/HQTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HaoQi": "it_haoqi@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/GoGoCoding/HQTools.git",
"tag": "v0.0.2"
},
"source_files": "GGCTools/*.{h,m}",
"requires_arc": true,
"frameworks": "UIKit"
}