blob: c4dee9182191e37030c19b17b9f6d43d0b761acf [file] [log] [blame]
{
"name": "UIDesignKit",
"version": "1.2.0",
"summary": "Remotely tweak and change colours, fonts, style and design parameters without recompiling your app.",
"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.",
"homepage": "https://github.com/willpowell8/UIDesignKit_iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Will Powell": "willpowell8@gmail.com"
},
"source": {
"git": "https://github.com/willpowell8/UIDesignKit_iOS.git",
"tag": "1.2.0"
},
"social_media_url": "https://twitter.com/willpowelluk",
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"source_files": "UIDesignKit/Classes/**/*",
"resource_bundles": {
"UIDesignKit": [
"UIDesignKit/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"Socket.IO-Client-Swift": [
"~>13.1.0"
],
"SDWebImage": [
]
}
}