blob: 953cc314d6185f3c2d05b8d4d9c46c4adef50fed [file] [log] [blame]
{
"name": "Swind",
"version": "0.5.0",
"summary": "Databinding for Swift iOS projects, made simple.",
"description": "Swind aims to provide a simple, yet effective databinding solution for iOS\nprojects. Take your MVVM development to the next level with Swind!",
"homepage": "https://github.com/blastervla/Swind.git",
"authors": {
"Vladimir Pomsztein": "blastervla@gmail.com"
},
"source": {
"git": "https://github.com/blastervla/Swind.git",
"tag": "0.5.0"
},
"license": {
"type": "Creative Commons Attribution 4.0",
"file": "LICENSE"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"static_framework": true,
"swift_versions": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "Swind/Core/Classes/**/*.{h,m,swift}"
},
{
"name": "Reactive",
"source_files": "Swind/Reactive/Classes/**/*.{h,m,swift}",
"dependencies": {
"Swind/Core": [
],
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
]
}
},
{
"name": "Checkbox",
"source_files": "Swind/Checkbox/Classes/**/*.{h,m,swift}",
"dependencies": {
"Swind/Core": [
],
"M13Checkbox": [
]
}
},
{
"name": "Material",
"source_files": "Swind/Material/Classes/**/*.{h,m,swift}",
"dependencies": {
"Swind/Core": [
],
"MaterialComponents": [
]
}
}
],
"swift_version": "5.0"
}