blob: e0fe9112277c89170521dc1783c1e212a4ca800b [file] [log] [blame]
{
"name": "SoftUI",
"version": "0.0.1",
"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",
"osx": "10.15"
},
"source": {
"git": "https://github.com/hellc/SoftUI.git",
"tag": "0.0.1"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Framework/SoftUI/Core/**/*.swift"
}
]
}