blob: fe367301d3035ff11fc2947b351677ffe0abeb12 [file] [log] [blame]
{
"name": "DZNWebViewController",
"version": "3.2",
"summary": "An iPhone/iPad mini WebKit browser controller, useful for in-app web browsing experience.",
"homepage": "https://github.com/dzenbot/DZNWebViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ignacio Romero Z.": "iromero@dzen.cl"
},
"source": {
"git": "https://github.com/dzenbot/DZNWebViewController.git",
"tag": "v3.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/Classes/*.{h,m}",
"resources": "Source/Resources/*.*",
"frameworks": [
"UIKit",
"WebKit"
]
}