blob: 1ca3e58b10b7f8b8b7cf71424576d7a16013a3b5 [file] [log] [blame]
{
"name": "DZNWebViewController",
"version": "3.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/Classes/*.{h,m}",
"resources": "Source/Resources/*.*",
"frameworks": [
"UIKit",
"WebKit"
]
}