blob: d45728f138290474331b210d7a2db0acf797a9b1 [file] [log] [blame]
{
"name": "SwiftyAppearance",
"version": "1.0.2",
"summary": "Declarative approach to UIAppearance.",
"description": "UIAppearance allows to set up global application look and feed in a single centralized location instead of\nspreading bits of design across different classes, xibs and storyboards.\nSwiftyAppearance adds a little bit of style to this approach.",
"homepage": "https://github.com/victor-pavlychko/SwiftyAppearance",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Victor Pavlychko": "victor.pavlychko@gmail.com"
},
"source": {
"git": "https://github.com/victor-pavlychko/SwiftyAppearance.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/victorpavlychko",
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftyAppearance/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}