blob: 53fa887bd2f3355cf468157a824169fefbd8961b [file] [log] [blame]
{
"name": "CruiserWebViewController",
"version": "5.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": "v5.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/Classes/*.{h,m}",
"resources": "Source/Resources/*.*",
"frameworks": [
"UIKit",
"WebKit"
]
}