[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 5 / d / 1 / MaterialCard / 1.0.0 / MaterialCard.podspec.json
blobe71faf42c91db92f15873285f6dad2a514e4fc9b
2   "name": "MaterialCard",
3   "version": "1.0.0",
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: CGRectMake(10, UIApplication.sharedApplication().statusBarFrame.size.height + 10, UIApplication.sharedApplication().statusBarFrame.size.width - 20, 100))\nview.addSubview(card)\n```",
6   "homepage": "https://github.com/NathanWalker/MaterialCard",
7   "license": "MIT",
8   "authors": {
9     "Nathan Walker": "walkerrunpdx@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/NathanWalker/MaterialCard.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/wwwalkerrun",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "MaterialCard": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "UIKit"