blob: 2083fec893e80834437a0e45047949811058acb4 [file] [log] [blame]
{
"name": "MaterialCard",
"version": "1.0.1",
"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: CGRectMake(10, UIApplication.sharedApplication().statusBarFrame.size.height + 10, UIApplication.sharedApplication().statusBarFrame.size.width - 20, 100))\nview.addSubview(card)\n```",
"homepage": "https://github.com/NathanWalker/MaterialCard",
"license": "MIT",
"authors": {
"Nathan Walker": "walkerrunpdx@gmail.com"
},
"source": {
"git": "https://github.com/NathanWalker/MaterialCard.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/wwwalkerrun",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MaterialCard": [
"Pod/Assets/*.png"
]
}
}