| { |
| "name": "DynamicTabBarController", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "summary": "A dynamic UITabBarController", |
| "description": "A must use TabBarController if you plan on dynamically changing the ViewControllers or want a TabBarController similar to other AAA apps", |
| "requires_arc": true, |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "4.0" |
| }, |
| "version": "1.0.0", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Nathan Tannar": "nathantannar4@gmail.com" |
| }, |
| "homepage": "https://github.com/nathantannar4/DynamicTabBarController", |
| "source": { |
| "git": "https://github.com/nathantannar4/DynamicTabBarController.git", |
| "tag": "1.0.0" |
| }, |
| "frameworks": "UIKit", |
| "source_files": "DynamicTabBarController/**/*.{swift}", |
| "pushed_with_swift_version": "4.0" |
| } |