[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 5 / d / 1 / MaterialCard / 1.1.4 / MaterialCard.podspec.json
blob853b019452a868229d71f0226ff5615f1f0f8f49
2   "name": "MaterialCard",
3   "version": "1.1.4",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nathan Walker": "walkerrunpdx@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/NathanWalker/MaterialCard.git",
16     "tag": "1.1.4"
17   },
18   "social_media_url": "https://twitter.com/wwwalkerrun",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "source_files": "MaterialCard/Classes/**/*",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "3.0"
26   }