blob: 853b019452a868229d71f0226ff5615f1f0f8f49 [file] [log] [blame]
{
"name": "MaterialCard",
"version": "1.1.4",
"summary": "iOS Material Design Card View.",
"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```",
"homepage": "https://github.com/NathanWalker/MaterialCard",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nathan Walker": "walkerrunpdx@gmail.com"
},
"source": {
"git": "https://github.com/NathanWalker/MaterialCard.git",
"tag": "1.1.4"
},
"social_media_url": "https://twitter.com/wwwalkerrun",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "MaterialCard/Classes/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
}
}