blob: 2534fd59e6e66625f07d076fcfddc4936c1f45f4 [file] [log] [blame]
{
"name": "SoftUI",
"swift_versions": "5.0",
"version": "0.0.5",
"summary": "Neumorphism design pattern implementation for macOS/iOS/watchOS/tvOS",
"homepage": "https://github.com/hellc/SoftUI",
"license": "MIT",
"authors": {
"Ivan Manov": "ivanmanov@live.com"
},
"social_media_url": "https://twitter.com/ihellc",
"requires_arc": false,
"platforms": {
"ios": "11.0"
},
"resources": "Framework/SoftUI/**/*.xib",
"resource_bundles": {
"SoftUI": [
"Framework/SoftUI/**/*.xib"
]
},
"source": {
"git": "https://github.com/hellc/SoftUI.git",
"tag": "0.0.5"
},
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"dependencies": {
"SoftUI/Core": [
],
"SoftUI/Buttons": [
],
"SoftUI/Cards": [
]
}
},
{
"name": "Core",
"source_files": "Framework/SoftUI/Core/**/*.swift"
},
{
"name": "Buttons",
"dependencies": {
"SoftUI/Core": [
]
},
"source_files": "Framework/SoftUI/Controls/Buttons/*.swift"
},
{
"name": "Cards",
"dependencies": {
"SoftUI/Core": [
]
},
"source_files": "Framework/SoftUI/Controls/Cards/**/*.{swift}"
}
],
"swift_version": "5.0"
}