blob: 70b1c92ff11e880e1a96ed7175cc3c4bcdc06f6f [file] [log] [blame]
{
"name": "KNAXWebViewController",
"version": "0.7.6",
"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/zhangkn/KNAXWebViewController",
"license": "MIT",
"authors": {
"kunnan": "812410124@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/zhangkn/KNAXWebViewController.git",
"tag": "0.7.6"
},
"source_files": [
"AXWebViewController/AXWebViewController/*.{h,m}",
"AXWebViewController/AXWebViewController/Activity/*.{h,m}",
"AXWebViewController/AXWebViewController/Security/*.{h,m}"
],
"resources": "AXWebViewController/AXWebViewController/AXWebViewController.bundle",
"frameworks": [
"UIKit",
"Foundation",
"WebKit"
],
"requires_arc": true,
"dependencies": {
"AXPracticalHUD": [
],
"AXNavigationBackItemInjection": [
],
"NJKWebViewProgress": [
],
"Aspects": [
]
}
}