blob: b6fd04d88430d59990b3c1945663e579d4ebdffa [file] [log] [blame]
{
"name": "CruiserWebViewController",
"version": "6.0",
"summary": "Yet another one WebKit browser controller with enhanced navigation and additional controls.",
"homepage": "https://github.com/pitometsu/CruiserWebViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ignacio Romero Z.": "iromero@dzen.cl",
"Yuriy Pitomets V.": "pitometsu@gmail.com"
},
"source": {
"git": "https://github.com/pitometsu/CruiserWebViewController.git",
"tag": "v6.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/Classes/*.{h,m}",
"resources": "Source/Resources/*.*",
"frameworks": [
"UIKit",
"WebKit"
]
}