[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 9 / 8 / KVCardSelectionVC / 1.0.0 / KVCardSelectionVC.podspec.json
blob31e8bf251c1addcedb247ee2cf6964ef456e719d
2   "name": "KVCardSelectionVC",
3   "version": "1.0.0",
4   "summary": "Awesome looking Dial like card selection ViewController",
5   "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",
6   "homepage": "https://github.com/kunalverma25/KVCardSelectionVC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kunal Verma": "kunal-verma@live.in"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/kunalverma25/KVCardSelectionVC.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "KVCardSelectionVC/**/*.swift",
22   "exclude_files": "Classes/Exclude",
23   "resources": "KVCardSelectionVC/**/*.{png,jpeg,jpg,storyboard,xib}",
24   "dependencies": {
25     "Try": [
26       "~> 2.0"
27     ],
28     "Kingfisher": [
29       "~> 3.2"
30     ]
31   }