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