[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 9 / 7 / SQWebViewController / 1.0.6 / SQWebViewController.podspec.json
blob19d405987625202b0b0bec4e6707fae2898dd950
2   "name": "SQWebViewController",
3   "version": "1.0.6",
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/semnyqu/SQWebViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "semnyqu": "semny.qu@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/semnyqu/SQWebViewController.git",
19     "tag": "1.0.6"
20   },
21   "source_files": [
22     "SQWebViewController/SQWebViewController/*.{h,m}",
23     "SQWebViewController/SQWebViewController/Activity/*.{h,m}",
24     "SQWebViewController/SQWebViewController/Security/*.{h,m}"
25   ],
26   "resources": "SQWebViewController/SQWebViewController/SQWebViewController.bundle",
27   "frameworks": [
28     "UIKit",
29     "Foundation",
30     "WebKit"
31   ],
32   "requires_arc": true,
33   "dependencies": {
34     "AXPracticalHUD": [
36     ],
37     "AXNavigationBackItemInjection": [
39     ],
40     "NJKWebViewProgress": [
42     ],
43     "Aspects": [
45     ]
46   }