blob: ed34f87b119c1eb966f6913bc73325ae05f162cd [file] [log] [blame]
{
"name": "RSThemeKit",
"version": "1.0.3",
"summary": "Easy implementation of light, dark, and custom themes starting with iOS 8+",
"homepage": "https://github.com/byLXS/RSThemeKit",
"source": {
"git": "https://github.com/byLXS/RSThemeKit.git",
"tag": "1.0.3"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Robert Shaginyan": "shaginyan.r@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": "UIKit"
},
"swift_versions": [
"4.2",
"5.0"
],
"source_files": "Source/RSThemeKit/**/*.swift",
"swift_version": "5.0"
}