blob: 9590634fb899f2cc1263d2eeffce61ae15d290d2 [file] [log] [blame]
{
"name": "GGTools",
"version": "0.0.1",
"summary": "Tools that are often used.",
"description": "GGTools provides tools that are frequently used to make development easier and faster.",
"homepage": "https://github.com/KingLjk/GGTools",
"license": "MIT",
"authors": {
"李佳贵": "942513675@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/KingLjk/GGTools.git",
"tag": "0.0.1"
},
"source_files": "GGTools/GGTools/**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"CoreTelephony",
"SystemConfiguration"
],
"requires_arc": true
}