[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 6 / 7 / 1 / SoftUI / 0.0.3 / SoftUI.podspec.json
blobb325806248cc7f179a2ae3af72e7ed9ea94506ec
2   "name": "SoftUI",
3   "swift_versions": "5.0",
4   "version": "0.0.3",
5   "summary": "Neumorphism design pattern implementation for macOS/iOS/watchOS/tvOS",
6   "homepage": "https://github.com/hellc/SoftUI",
7   "license": "MIT",
8   "authors": {
9     "Ivan Manov": "ivanmanov@live.com"
10   },
11   "social_media_url": "https://twitter.com/ihellc",
12   "requires_arc": false,
13   "platforms": {
14     "ios": "11.0",
15     "tvos": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/hellc/SoftUI.git",
19     "tag": "0.0.3"
20   },
21   "default_subspecs": "All",
22   "subspecs": [
23     {
24       "name": "All",
25       "dependencies": {
26         "SoftUI/Core": [
28         ],
29         "SoftUI/Buttons": [
31         ]
32       }
33     },
34     {
35       "name": "Core",
36       "source_files": "Framework/SoftUI/Core/**/*.swift"
37     },
38     {
39       "name": "Buttons",
40       "dependencies": {
41         "SoftUI/Core": [
43         ]
44       },
45       "source_files": "Framework/SoftUI/Controls/Buttons/*.swift"
46     }
47   ],
48   "swift_version": "5.0"