[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 5 / a / 8 / ELMultiTab / 1.2.0 / ELMultiTab.podspec.json
blob744a893bc49ae1dcdd7068cf355c924b56949e00
2   "name": "ELMultiTab",
3   "version": "1.2.0",
4   "summary": "A multi-tab user interface",
5   "description": "A multi-tab user interface like a desktop web browser",
6   "homepage": "https://github.com/eddy-lau/ELMultiTab",
7   "license": "MIT",
8   "authors": {
9     "Eddie Lau": "eddie@touchutility.com"
10   },
11   "source": {
12     "git": "https://github.com/eddy-lau/ELMultiTab.git",
13     "tag": "1.2.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": false,
19   "source_files": "ELMultiTab/Classes/**/*",
20   "public_header_files": [
21     "ELMultiTab/Classes/ELMultiTab.h",
22     "ELMultiTab/Classes/ELMultiTabViewController.h",
23     "ELMultiTab/Classes/ELTabOrientation.h"
24   ],
25   "dependencies": {
26     "MKNumberBadgeView": [
27       "~> 0.0"
28     ],
29     "RegexKitLite-NoWarning": [
30       "~> 1.1"
31     ],
32     "MaterialComponents/Tabs": [
34     ]
35   }