[Add] AWSTranscribeStreaming 2.38.0
[CocoaPods.git] / Specs / 1 / d / 5 / Card / 1.0.0 / Card.podspec.json
blob58458c9cdab8cd05eea8726b8f5595f78c47947e
2   "name": "Card",
3   "version": "1.0.0",
4   "summary": "A Card Scroll View",
5   "homepage": "https://github.com/Qmzy/Card",
6   "license": "MIT",
7   "platforms": {
8     "ios": "6.0"
9   },
10   "authors": {
11     "Qmzy": "email@address.com"
12   },
13   "source": {
14     "git": "https://github.com/Qmzy/Card.git",
15     "tag": "1.0.0"
16   },
17   "source_files": [
18     "Card",
19     "Card/Card/Card/*.{h,m}"
20   ],
21   "requires_arc": true,
22   "dependencies": {
23     "Masonry": [
24       "~> 0.6.2"
25     ]
26   }