blob: 61864483344e7bd9ecb08aceb8840f60dae11e07 [file] [log] [blame]
{
"name": "AXWebViewController",
"version": "0.1.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/devedbox/AXWebViewController",
"license": "MIT",
"authors": {
"艾星": "862099730@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/devedbox/AXWebViewController.git",
"tag": "0.1.8"
},
"source_files": "AXWebViewController/AXWebViewController/*.{h,m}",
"resources": "AXWebViewController/AXWebViewController/AXWebViewController.bundle",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"NJKWebViewProgress": [
]
}
}