blob: 67c4f0ef329a05aaa2a99b48d92f73699705e71a [file] [log] [blame]
{
"name": "GGCategory",
"version": "0.1.2",
"summary": "GGCategory provide basic class extension services.",
"description": "This library provides developers with frequently used classifications to facilitate developers' rapid development and save development time costs",
"homepage": "https://github.com/KingLjk/GGCategory",
"license": "MIT",
"authors": {
"李佳贵": "942513675@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/KingLjk/GGCategory.git",
"tag": "0.1.2"
},
"source_files": [
"GGCategory/GGCategory/*.h",
"GGCategory/GGCategory/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"ImageIO"
],
"requires_arc": true
}