[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 6 / 7 / 1 / SoftUI / 0.0.5 / SoftUI.podspec.json
blob2534fd59e6e66625f07d076fcfddc4936c1f45f4
2   "name": "SoftUI",
3   "swift_versions": "5.0",
4   "version": "0.0.5",
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   },
16   "resources": "Framework/SoftUI/**/*.xib",
17   "resource_bundles": {
18     "SoftUI": [
19       "Framework/SoftUI/**/*.xib"
20     ]
21   },
22   "source": {
23     "git": "https://github.com/hellc/SoftUI.git",
24     "tag": "0.0.5"
25   },
26   "default_subspecs": "All",
27   "subspecs": [
28     {
29       "name": "All",
30       "dependencies": {
31         "SoftUI/Core": [
33         ],
34         "SoftUI/Buttons": [
36         ],
37         "SoftUI/Cards": [
39         ]
40       }
41     },
42     {
43       "name": "Core",
44       "source_files": "Framework/SoftUI/Core/**/*.swift"
45     },
46     {
47       "name": "Buttons",
48       "dependencies": {
49         "SoftUI/Core": [
51         ]
52       },
53       "source_files": "Framework/SoftUI/Controls/Buttons/*.swift"
54     },
55     {
56       "name": "Cards",
57       "dependencies": {
58         "SoftUI/Core": [
60         ]
61       },
62       "source_files": "Framework/SoftUI/Controls/Cards/**/*.{swift}"
63     }
64   ],
65   "swift_version": "5.0"