[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 6 / f / JFCardSelectionViewController / 1.0.4 / JFCardSelectionViewController.podspec.json
blobfbe607ccc415b66b8b7dd4fb615149280085eafd
2   "name": "JFCardSelectionViewController",
3   "version": "1.0.4",
4   "summary": "A fancy collection style view controller that provides an easy-to-use and beautilful UI/UX for presenting data (Ex. Contacts)",
5   "requires_arc": true,
6   "description": "A fancy collection style view controller that provides an easy-to-use and beautilful UI/UX for presenting data (Ex. Contacts) \nthat was inspired by this Profile Card mockup: https://dribbble.com/shots/1458441-Profile-Card/attachments/216311",
7   "homepage": "https://github.com/atljeremy/JFCardSelectionViewController",
8   "screenshots": "https://s3.amazonaws.com/cocoacontrols_production/uploads/control_image/image/9417/jf_card_selection.jpg",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Jeremy Fox": "atljeremy@me.com"
15   },
16   "social_media_url": "http://jeremyfox.me",
17   "platforms": {
18     "ios": "8.2"
19   },
20   "source": {
21     "git": "https://github.com/atljeremy/JFCardSelectionViewController.git",
22     "tag": "1.0.4",
23     "submodules": true
24   },
25   "source_files": "JFCardSelectionViewController/*.swift",
26   "resources": "JFCardSelectionViewController/*.xib",
27   "frameworks": "CoreGraphics",
28   "subspecs": [
29     {
30       "name": "Extensions",
31       "source_files": "Vendor/Extensions/Extensions/*.swift"
32     }
33   ]