[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 5 / b / e / TOWebViewController / 2.2.6 / TOWebViewController.podspec.json
blob3adb708a2905dbd76d45f68e72072af9019fcda5
2   "name": "TOWebViewController",
3   "version": "2.2.6",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "An inline browser view controller that allows users to view and navigate web pages from within an app.",
9   "homepage": "https://github.com/TimOliver/TOWebViewController",
10   "authors": "Tim Oliver",
11   "source": {
12     "git": "https://github.com/TimOliver/TOWebViewController.git",
13     "tag": "2.2.6"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.1"
18   },
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "frameworks": [
24         "QuartzCore",
25         "CoreGraphics"
26       ],
27       "weak_frameworks": [
28         "Twitter",
29         "MessageUI"
30       ],
31       "source_files": "TOWebViewController/**/*.{h,m}",
32       "resource_bundles": {
33         "TOWebViewControllerLocalizable": "TOWebViewController/**/*.lproj"
34       }
35     },
36     {
37       "name": "1Password",
38       "platforms": {
39         "ios": "8.0"
40       },
41       "dependencies": {
42         "1PasswordExtension": [
44         ]
45       },
46       "source_files": [
47         "TOWebViewController/**/*.{h,m}",
48         "TOWebViewController+1Password/*.{h,m}"
49       ],
50       "frameworks": "MobileCoreServices"
51     }
52   ]