blob: 3d4d25ca444aeb871c030bb66673c608fb74ce62 [file] [log] [blame]
{
"name": "StylableUIKit",
"version": "1.0.0",
"summary": "A protocol for applying design to iOS apps following Atomic Design Theory",
"description": "A library which allows iOS apps to be skinned / themed following Atomic Design Theory",
"homepage": "https://github.com/design-ops/stylable-uikit",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": [
"atomoil",
"deanWomborne",
"kerrmarin",
"jdbarbosa",
"cristianoalves92"
],
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/design-ops/stylable-uikit.git",
"tag": "v1.0.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"swift_versions": "5.0",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"StylableUIKit/",
"StylableUIKit/Classes/**/*.swift"
],
"exclude_files": [
"StylableUIKit/Classes/Exclude",
"StylableUIKit/Classes/Subspec"
]
},
{
"name": "Lottie",
"dependencies": {
"lottie-ios": [
"~> 3.1"
],
"StylableUIKit/Core": [
]
},
"source_files": "StylableUIKit/Classes/Subspec/Lottie",
"compiler_flags": "-DSTYLABLE_SUPPORTS_LOTTIE"
}
],
"swift_version": "5.0"
}