blob: 7002f1b6fcd63927f9fab1c18d2e815ad051ce3e [file] [log] [blame]
{
"name": "KSOWebKit",
"version": "1.0.0",
"summary": "KSOWebKit is a wrapper for various WebKit classes.",
"description": "*KSOWebKit* is a wrapper for various `WebKit` classes. It displays a progress interface embedded in the navigation bar and provides delegate methods to control which requests are loaded.",
"homepage": "https://github.com/Kosoku/KSOWebKit",
"screenshots": [
"https://github.com/Kosoku/KSOWebKit/raw/master/screenshots/demo.gif"
],
"license": {
"type": "BSD",
"file": "license.txt"
},
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"source": {
"git": "https://github.com/Kosoku/KSOWebKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "KSOWebKit/**/*.{h,m}",
"exclude_files": "KSOWebKit/KSOWebKit-Info.h",
"private_header_files": "KSOWebKit/Private/*.h",
"resource_bundles": {
"KSOWebKit": [
"KSOWebKit/**/*.{xcassets,lproj}"
]
},
"frameworks": [
"Foundation",
"UIKit",
"WebKit"
],
"dependencies": {
"Stanley": [
],
"Ditko": [
],
"Agamotto": [
],
"KSOFontAwesomeExtensions": [
]
}
}