{"id":15371513,"url":"https://github.com/nathanwalker/materialcard","last_synced_at":"2025-04-15T14:05:34.196Z","repository":{"id":62447672,"uuid":"54360923","full_name":"NathanWalker/MaterialCard","owner":"NathanWalker","description":"iOS Material Design Card View.","archived":false,"fork":false,"pushed_at":"2020-01-04T16:56:02.000Z","size":140,"stargazers_count":16,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T14:05:28.172Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/NathanWalker.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":"2016-03-21T04:56:48.000Z","updated_at":"2024-04-18T12:13:07.000Z","dependencies_parsed_at":"2022-11-01T23:01:34.323Z","dependency_job_id":null,"html_url":"https://github.com/NathanWalker/MaterialCard","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NathanWalker%2FMaterialCard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NathanWalker%2FMaterialCard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NathanWalker%2FMaterialCard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NathanWalker%2FMaterialCard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NathanWalker","download_url":"https://codeload.github.com/NathanWalker/MaterialCard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249085439,"owners_count":21210267,"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":[],"created_at":"2024-10-01T13:47:18.363Z","updated_at":"2025-04-15T14:05:34.174Z","avatar_url":"https://github.com/NathanWalker.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MaterialCard\n\n[![Version](https://img.shields.io/cocoapods/v/MaterialCard.svg?style=flat)](http://cocoapods.org/pods/MaterialCard)\n[![License](https://img.shields.io/cocoapods/l/MaterialCard.svg?style=flat)](http://cocoapods.org/pods/MaterialCard)\n[![Platform](https://img.shields.io/cocoapods/p/MaterialCard.svg?style=flat)](http://cocoapods.org/pods/MaterialCard)\n\nAn iOS CocoaPod that provides a MaterialCard class for creating Card Views based on the Material Design spec.\n\n| Screenshot |\n| :---: |\n| ![Sample1](screenshots/1.png) |\n\n## Installation\n\nMaterialCard is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"MaterialCard\"\n```\n\n## Usage\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n```\nlet card = MaterialCard(frame: CGRect(x: 10, y: UIApplication.shared.statusBarFrame.size.height + 10, width: UIApplication.shared.statusBarFrame.size.width - 20, height: 100))\n\nlet label = UILabel(frame: CGRect(x: 0, y: 37, width: card.frame.size.width, height: 21))\nlabel.textAlignment = NSTextAlignment.center\nlabel.text = \"MaterialCard Demo\"\n\ncard.backgroundColor = UIColor.white\ncard.shadowOpacity = 0.2\ncard.shadowOffsetHeight = 0\ncard.cornerRadius = 0\ncard.addSubview(label)\n\nself.view.addSubview(card)\n\n```\n\n\n## Authors\n\n* Andrew Clissold, andrewclissold@gmail.com\n* Nathan Walker, walkerrunpdx@gmail.com\n\n## License\n\nMaterialCard is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathanwalker%2Fmaterialcard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnathanwalker%2Fmaterialcard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathanwalker%2Fmaterialcard/lists"}