[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 4 / 8 / DynamicTabBarController / 1.0.1 / DynamicTabBarController.podspec.json
blobe46c1707e27adba326faad6ea45769ec01df136b
2   "name": "DynamicTabBarController",
3   "platforms": {
4     "ios": "9.0"
5   },
6   "summary": "A dynamic UITabBarController",
7   "description": "A must use TabBarController if you plan on dynamically changing the ViewControllers or want a TabBarController similar to other AAA apps",
8   "requires_arc": true,
9   "pod_target_xcconfig": {
10     "SWIFT_VERSION": "4.0"
11   },
12   "version": "1.0.1",
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "Nathan Tannar": "nathantannar4@gmail.com"
19   },
20   "homepage": "https://github.com/nathantannar4/DynamicTabBarController",
21   "source": {
22     "git": "https://github.com/nathantannar4/DynamicTabBarController.git",
23     "tag": "1.0.1"
24   },
25   "frameworks": "UIKit",
26   "source_files": "DynamicTabBarController/**/*.{swift}"