[Add] UIKitViewBuilder 1.1.0
[CocoaPods.git] / Specs / 6 / c / 4 / DaylightUtils / 1.3 / DaylightUtils.podspec.json
blobeba80161f12ee22323944dd8b66a0f00fb989f6d
2   "name": "DaylightUtils",
3   "version": "1.3",
4   "summary": "A collection of commonly used utility code shared across most projects",
5   "homepage": "https://github.com/DaylightLtd/ios-utils",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Ivan Fabijanovic": "ivan-fabijanovic@live.com"
12   },
13   "platforms": {
14     "ios": "10.0"
15   },
16   "source": {
17     "git": "https://github.com/DaylightLtd/ios-utils.git",
18     "tag": "v1.3"
19   },
20   "source_files": "DaylightUtils/**/*.swift",
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "dependencies": {
26     "RxSwift": [
27       "~> 4.0"
28     ],
29     "RxCocoa": [
30       "~> 4.0"
31     ]
32   }