{"id":19500870,"url":"https://github.com/jwd-ali/liquidtabbarcontroller","last_synced_at":"2025-04-25T23:30:41.194Z","repository":{"id":56919856,"uuid":"296558346","full_name":"jwd-ali/LiquidTabBarController","owner":"jwd-ali","description":"LiquidTabBarController is Light way to add Fancy bottom bar which gives you Simple Animated tab Bar with native control.. Created using CAShapeLayer and UIBezierPath with CABasicAnimation","archived":false,"fork":false,"pushed_at":"2020-09-18T08:31:25.000Z","size":3326,"stargazers_count":20,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-14T06:18:47.425Z","etag":null,"topics":["bottombar","carthage","cocoapods","swift","uitabbar","uitabbarcontroller","xcode"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jwd-ali.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-18T08:16:31.000Z","updated_at":"2024-08-08T12:53:14.000Z","dependencies_parsed_at":"2022-08-20T21:50:16.256Z","dependency_job_id":null,"html_url":"https://github.com/jwd-ali/LiquidTabBarController","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwd-ali%2FLiquidTabBarController","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwd-ali%2FLiquidTabBarController/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwd-ali%2FLiquidTabBarController/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwd-ali%2FLiquidTabBarController/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwd-ali","download_url":"https://codeload.github.com/jwd-ali/LiquidTabBarController/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250912660,"owners_count":21506865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bottombar","carthage","cocoapods","swift","uitabbar","uitabbarcontroller","xcode"],"created_at":"2024-11-10T22:10:00.979Z","updated_at":"2025-04-25T23:30:40.304Z","avatar_url":"https://github.com/jwd-ali.png","language":"Swift","readme":"\u003cimg src=\"https://github.com/jwd-ali/TidalTestProject/blob/master/images/header/header.png\"\u003e\n\u003cimg align=\"right\" src=\"https://github.com/jwd-ali/LiquidTabBarController/blob/master/Images/ezgif.com-video-to-gif-32.gif\" width=\"480\" /\u003e\n\u003cp\u003e\u003ch1 align=\"left\"\u003eLiquidTabBarController\u003c/h1\u003e\u003c/p\u003e\n\n[![CI Status](https://travis-ci.org/jwd-ali/RingPieChart.svg)](https://travis-ci.org/jwd-ali/RingPieChart)\n[![CocoaPods Version](https://img.shields.io/cocoapods/v/RingPieChart.svg?style=flat)](https://cocoapods.org/pods/RingPieChart)\n[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-0473B3.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![License](https://img.shields.io/cocoapods/l/RingPieChart.svg?style=flat)](https://cocoapods.org/pods/RingPieChart)\n[![Platform](https://img.shields.io/cocoapods/p/RingPieChart.svg?style=flat)](https://cocoapods.org/pods/RingPieChart)\n[![Swift 5.1](https://img.shields.io/badge/swift-5.1-orange)](https://swift.org)\n\n\u003cp\u003e\u003ch4\u003eLiquidTabBarController is Light way to add Fancy bottom bar which gives you Simple Animated tab Bar with native control.\u003c/h4\u003e\u003c/p\u003e\n\n___\n\n\u003cp\u003e \n  \n\n\u003ca href=\"https://www.linkedin.com/in/jawad-ali-3804ab24/\"\u003e\u003cimg src=\"https://i.imgur.com/vGjsQPt.png\" width=\"134\" height=\"34\"\u003e\u003c/a\u003e  \n\n\u003c/br\u003e\u003c/br\u003e\n\n\n## Requirements\n\n- iOS 10.0+ / Mac OS X 10.9+ / watchOS 2.0+ / tvOS 9.0+\n- Xcode 8.0+\n\n## Installation\n\n### [CocoaPods](http://cocoapods.org)\n\nTo integrate **LiquidTabBarController** into your Xcode project using CocoaPods, specify it in your `Podfile`:\n\n```ruby\nuse_frameworks!\n\npod 'LiquidTabBarController'\n```\n\nThen, run the following command:\n\n```bash\n$ pod install\n```\n\n### [Carthage](http://github.com/Carthage/Carthage)\n\nTo integrate `LiquidTabBarController` into your Xcode project using Carthage, specify it in your `Cartfile`:\n\n```ogdl\ngithub \"jwd-ali/LiquidTabBarController\"\n```\n\n### [Swift Package Manager (SPM)](https://swift.org/package-manager)\n\n#### Prerequisites\n- OSX\n\n\n#### Update `Package.swift`\nTo integrate `LiquidTabBarController` in your project, add the proper description to your `Package.swift` file:\n```swift\n// swift-tools-version:5.0\nimport PackageDescription\n\nlet package = Package(\n    name: \"YOUR_PROJECT_NAME\",\n    dependencies: [\n        .package(url: \"https://github.com/jwd-ali/LiquidTabBarController.git\")\n    ],\n    targets: [\n        .target(\n            name: \"YOUR_TARGET_NAME\",\n            dependencies: [\"LiquidTabBarController\"]\n        ),\n        ...\n    ]\n)\n```\n\n### Manually\n\nIf you prefer not to use a dependency manager, you can integrate LiquidTabBarController into your project manually.\n\n- Add sources into your project:\n  - Drag `Sources`\n\n\n\n\n## Contributing\n\nI’d love to have help on this project. For small changes please [open a pull request](https://github.com/jwd-ali/LiquidTabBarController/pulls), for larger changes please [open an issue](https://github.com/jwd-ali/LiquidTabBarController/issues) first to discuss what you’d like to see.\n\n\nLicense\n-------\n\nLiquidTabBarController is under [MIT](https://opensource.org/licenses/MIT). See [LICENSE](LICENSE) file for more info.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwd-ali%2Fliquidtabbarcontroller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjwd-ali%2Fliquidtabbarcontroller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwd-ali%2Fliquidtabbarcontroller/lists"}