blob: 7ffe3cc2b4728f7b79aacaf8f490eeb09727b207 [file] [log] [blame]
{
"name": "GGUI",
"version": "0.9.0",
"summary": "UIKit Extensions In Swift",
"homepage": "https://github.com/alflix/GGUI",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"John": "jieyuanz24@gmail.com"
},
"source": {
"git": "https://github.com/alflix/GGUI.git",
"tag": "0.9.0"
},
"ios": {
"frameworks": "UIKit"
},
"swift_versions": "4.2",
"platforms": {
"ios": "9.0"
},
"module_name": "GGUI",
"requires_arc": true,
"source_files": "Source/**/*.swift",
"resources": "Resources/**/*",
"swift_version": "4.2"
}