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