[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / a / 8 / ELMultiTab / 1.0.0 / ELMultiTab.podspec.json
blob854598c871f583a9e4419d6ba5f43cef80cee6bc
2   "name": "ELMultiTab",
3   "version": "1.0.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.0.0"
14   },
15   "platforms": {
16     "ios": "7.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   }