[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 5 / 6 / 2 / AXWebViewController / 0.3.3 / AXWebViewController.podspec.json
blob5246beb7a7dae661d11e4840ed4a5d8c94cca7ca
2   "name": "AXWebViewController",
3   "version": "0.3.3",
4   "summary": "A light weight web view controller in iOS.",
5   "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!",
6   "homepage": "https://github.com/devedbox/AXWebViewController",
7   "license": "MIT",
8   "authors": {
9     "艾星": "862099730@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/devedbox/AXWebViewController.git",
16     "tag": "0.3.3"
17   },
18   "source_files": [
19     "AXWebViewController/AXWebViewController/*.{h,m}",
20     "AXWebViewController/AXWebViewController/AXWebViewControllerActivity/*.{h,m}"
21   ],
22   "resources": "AXWebViewController/AXWebViewController/AXWebViewController.bundle",
23   "frameworks": [
24     "UIKit",
25     "Foundation",
26     "WebKit"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "AXNavigationBackItemInjection": [
32     ],
33     "NJKWebViewProgress": [
35     ],
36     "Aspects": [
38     ]
39   }