blob: c7339d230f4c5954ed4a176b67446d5a8a85a56d [file] [log] [blame]
{
"name": "SuperView",
"version": "1.0.0",
"summary": "SuperView allows you to wrap your website in a super simple iOS app.",
"description": "SuperView iOS SDK provides a library that makes it easy for an iOS developer to wrap his website in a super simple iOS app.",
"homepage": "https://github.com/brommko/SuperView",
"license": "MIT",
"authors": {
"Brommko LLC": "brommko@yahoo.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/brommko/SuperView.git",
"branch": "master",
"tag": "1.0.0"
},
"weak_frameworks": "UIKit",
"static_framework": true,
"requires_arc": true,
"source_files": "Frameworks/**/*.{h}",
"ios": {
"public_header_files": "Frameworks/**/*.{h}",
"vendored_frameworks": "Frameworks/*.{framework}"
},
"dependencies": {
"GCDWebServer": [
"~> 3.0"
]
}
}