blob: 3764f5526c416772910386562ce91ddb66f365b6 [file] [log] [blame]
{
"name": "SQWebViewController",
"version": "1.0.8",
"summary": "A light weight web view controller in iOS.",
"description": "A multi style picker view in iOS.\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/semnyqu/SQWebViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"semnyqu": "semny.qu@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/semnyqu/SQWebViewController.git",
"tag": "1.0.8"
},
"source_files": [
"SQWebViewController/SQWebViewController/*.{h,m}",
"SQWebViewController/SQWebViewController/Activity/*.{h,m}",
"SQWebViewController/SQWebViewController/Security/*.{h,m}"
],
"resources": "SQWebViewController/SQWebViewController/SQWebViewController.bundle",
"frameworks": [
"UIKit",
"Foundation",
"WebKit"
],
"requires_arc": true,
"dependencies": {
"AXPracticalHUD": [
],
"AXNavigationBackItemInjection": [
],
"NJKWebViewProgress": [
],
"Aspects": [
]
}
}