[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / 7 / 1 / SoftUI / 0.0.1 / SoftUI.podspec.json
blobe0fe9112277c89170521dc1783c1e212a4ca800b
2   "name": "SoftUI",
3   "version": "0.0.1",
4   "summary": "Neumorphism design pattern implementation for macOS/iOS/watchOS/tvOS",
5   "homepage": "https://github.com/hellc/SoftUI",
6   "license": "MIT",
7   "authors": {
8     "Ivan Manov": "ivanmanov@live.com"
9   },
10   "social_media_url": "https://twitter.com/ihellc",
11   "requires_arc": false,
12   "platforms": {
13     "ios": "11.0",
14     "tvos": "11.0",
15     "osx": "10.15"
16   },
17   "source": {
18     "git": "https://github.com/hellc/SoftUI.git",
19     "tag": "0.0.1"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Framework/SoftUI/Core/**/*.swift"
26     }
27   ]