blob: a8aaf381db69e5673583411be4873e16c5540fa4 [file] [log] [blame]
{
"name": "StyledOverlay",
"version": "3.5",
"license": "MIT",
"summary": "StyledOverlay is a UIView with styling options and preset action overlays",
"homepage": "https://github.com/Rehsco/StyledOverlay.git",
"authors": {
"Martin Jacob Rehder": "gitrepocon01@rehsco.com"
},
"source": {
"git": "https://github.com/Rehsco/StyledOverlay.git",
"tag": "3.5"
},
"swift_version": "4.2",
"platforms": {
"ios": "10.0"
},
"dependencies": {
"StyledLabel": [
],
"MJRFlexStyleComponents": [
]
},
"frameworks": "UIKit",
"source_files": "StyledOverlay/*.swift",
"resources": "StyledOverlay/**/*.xcassets",
"requires_arc": true
}