[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / a / 7 / 5 / ScrollingCardView / 0.1.0 / ScrollingCardView.podspec.json
blobab6722b842fb072d9b8cd8042fe17c61e6959307
2   "name": "ScrollingCardView",
3   "version": "0.1.0",
4   "summary": "A scrolling card view for iOS that grow with its content.",
5   "description": "A card view widget for iOS that hugs its content, dynamically expanding the\nheight when the content height expands. If the content is taller than the card,\nscrolling will automatically be enabled so all content can be seen.",
6   "homepage": "https://github.com/mozilla-mobile/ScrollingCardView",
7   "screenshots": [
8     "https://raw.githubusercontent.com/mozilla-mobile/ScrollingCardView/master/docs/short-text.png",
9     "https://raw.githubusercontent.com/mozilla-mobile/ScrollingCardView/master/docs/long-text.png"
10   ],
11   "license": {
12     "type": "MPLv2",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Michael Comella": "michael.l.comella@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/mozilla-mobile/ScrollingCardView.git",
20     "tag": "v0.1.0"
21   },
22   "platforms": {
23     "ios": "9.0"
24   },
25   "source_files": "ScrollingCardView/Classes/**/*",
26   "frameworks": "UIKit",
27   "pushed_with_swift_version": "3.0"