[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 1 / 6 / KUIKit / 1.3.0 / KUIKit.podspec.json
blobdd99d9f0b377532403c138983129326f9d31dbb2
2   "name": "KUIKit",
3   "version": "1.3.0",
4   "summary": "KUIKit contains customisable UI components that are customisable via UIStoryboard.",
5   "description": "KUIKit contains customisable UI components like KView, KButton, KTextField, KCircularProgressbar, KProgressbar, etc. It also has some utility structures and functions.",
6   "homepage": "https://github.com/KalpeshTalkar/KUIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kalpesh Talkar": "kalpeshtalkar@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "swift_version": "4.0",
18   "source": {
19     "git": "https://github.com/KalpeshTalkar/KUIKit.git",
20     "tag": "1.3.0"
21   },
22   "source_files": [
23     "KUIKit",
24     "KUIKit/**/*.{h,m,swift}"
25   ],
26   "frameworks": [
27     "UIKit",
28     "QuartzCore"
29   ]