[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 4 / 8 / DynamicTabBarController / 1.0.0 / DynamicTabBarController.podspec.json
blob3c03b9848149f95aee1b96fed413ec5cdd2b896f
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.0",
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.0"
24   },
25   "frameworks": "UIKit",
26   "source_files": "DynamicTabBarController/**/*.{swift}",
27   "pushed_with_swift_version": "4.0"