{"id":18046329,"url":"https://github.com/acm-uiuc/groot-swift","last_synced_at":"2025-04-05T04:20:43.318Z","repository":{"id":56913009,"uuid":"89195341","full_name":"acm-uiuc/groot-swift","owner":"acm-uiuc","description":"Pod for making access to Groot APIs easy ","archived":false,"fork":false,"pushed_at":"2017-09-03T23:40:51.000Z","size":103,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-13T06:17:46.647Z","etag":null,"topics":["groot","swift"],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/acm-uiuc.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":"2017-04-24T03:46:56.000Z","updated_at":"2017-04-25T21:53:09.000Z","dependencies_parsed_at":"2022-08-21T03:20:30.946Z","dependency_job_id":null,"html_url":"https://github.com/acm-uiuc/groot-swift","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acm-uiuc%2Fgroot-swift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acm-uiuc%2Fgroot-swift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acm-uiuc%2Fgroot-swift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acm-uiuc%2Fgroot-swift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acm-uiuc","download_url":"https://codeload.github.com/acm-uiuc/groot-swift/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247286308,"owners_count":20913950,"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":["groot","swift"],"created_at":"2024-10-30T19:06:53.445Z","updated_at":"2025-04-05T04:20:43.302Z","avatar_url":"https://github.com/acm-uiuc.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GrootSwift\n\n[![Join the chat at https://acm-uiuc.slack.com/messages/C6XGZD212/](https://img.shields.io/badge/slack-groot-724D71.svg)](https://acm-uiuc.slack.com/messages/C6XGZD212/)\n\n\nPod for easily adding Groot integration to your iOS App or Swift Project\n\n\n## Requirements\n\n- iOS 10.0+ / macOS 10.10+ / tvOS 9.0+ / watchOS 2.0+\n- Xcode 8.0+\n- Swift 3.0+\n\n\n## Installation\n\n[CocoaPods](http://cocoapods.org) is a dependency manager for Cocoa projects. You can install it with the following command:\n\n```bash\n$ gem install cocoapods\n```\n\n\u003e CocoaPods 1.0.0+ is required to build GrootSwift.\n\nTo integrate GrootSwift into your Xcode project using CocoaPods, specify it in your `Podfile`:\n\n```ruby\nplatform :ios, '10.0'\nuse_frameworks!\n\ntarget '\u003cYour Target Name\u003e' do\n    pod 'GrootSwift', '~\u003e 0.3.1'\nend\n```\n\nThen, run the following command:\n\n```bash\n$ pod install\n```\n\n\n## Usage\n\n### Example Merch Service Request\n\n```swift\nimport GrootSwift\n\nMerchService.getItems(success: { (json) in\n    // Handle Success (Background thread)\n}) { (error) in\n    // Handle Failure (Background thread)\n}.perform(withAuthorization: nil)\n```\n\n\n## License\n\nThis project is licensed under the University of Illinois/NCSA Open Source License. For a full copy of this license take a look at the LICENSE file.\n\nWhen contributing new files to this project, preappend the following header to the file as a comment:\n\n```\nCopyright © 2017, ACM@UIUC\n\nThis file is part of the Merch Project.\n\nThe Merch Project is open source software, released under the University of Illinois/NCSA Open Source License.\nYou should have received a copy of this license in a file with the distribution.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facm-uiuc%2Fgroot-swift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facm-uiuc%2Fgroot-swift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facm-uiuc%2Fgroot-swift/lists"}