[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / d / 0 / UIDesignKit / 5.0.17 / UIDesignKit.podspec.json
blob81de6405f778031c1f2e598f12422b5260573128
2   "name": "UIDesignKit",
3   "version": "5.0.17",
4   "summary": "Remotely tweak and change colours, fonts, style and design parameters without recompiling your app.",
5   "description": "UIDesignKit fills the need for allowing users to change things like the background colour of a label or the font of text on a button from a remote website in realtime. This means that developers can concentrate on the application logic and layout of the app rather than the precise design values. This also works well for multitennanted application support for different designs per tennant.",
6   "homepage": "https://github.com/willpowell8/UIDesignKit_iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Will Powell": "willpowell8@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/willpowell8/UIDesignKit_iOS.git",
16     "tag": "5.0.17"
17   },
18   "social_media_url": "https://twitter.com/willpowelluk",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source_files": "UIDesignKit/Classes/**/*",
24   "resource_bundles": {
25     "UIDesignKit": [
26       "UIDesignKit/Assets/{*.png,*.storyboard}"
27     ]
28   },
29   "frameworks": "UIKit",
30   "dependencies": {
31     "Socket.IO-Client-Swift": [
32       "~> 15.0.0"
33     ],
34     "SDWebImage": [
36     ]
37   },
38   "swift_version": "5.0"