2 "name": "MaterialCard",
4 "summary": "iOS Material Design Card View.",
5 "description": "An iOS CocoaPod that provides a MaterialCard class for creating Card Views based on the Material Design spec.\n```swift\nlet card = MaterialCard(frame: CGRect(x: 10, y: UIApplication.shared.statusBarFrame.size.height + 10, width: UIApplication.shared.statusBarFrame.size.width - 20, height: 100))\nview.addSubview(card)\n```",
6 "homepage": "https://github.com/NathanWalker/MaterialCard",
12 "Nathan Walker": "walkerrunpdx@gmail.com"
15 "git": "https://github.com/NathanWalker/MaterialCard.git",
18 "social_media_url": "https://twitter.com/wwwalkerrun",
23 "source_files": "MaterialCard/Classes/**/*",
24 "pod_target_xcconfig": {
25 "SWIFT_VERSION": "3.0"