blob: 648252939d038ad1453fd7969521931b50a23c75 [file] [log] [blame]
{
"name": "SoftUI",
"swift_versions": "5.0",
"version": "0.0.2",
"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",
"tvos": "11.0"
},
"source": {
"git": "https://github.com/hellc/SoftUI.git",
"tag": "0.0.2"
},
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"source_files": "Framework/SoftUI/**/*.swift"
}
],
"swift_version": "5.0"
}