[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 8 / f / SwanKit / 0.0.8 / SwanKit.podspec.json
blob3f17a40cb7d9795f8ac15322a5fc2b77c0038f8b
2   "name": "SwanKit",
3   "version": "0.0.8",
4   "summary": "SwanKit - collection of tools and extesions.",
5   "description": "SwanKit - collection of tools and extesions.\n---",
6   "homepage": "https://github.com/Anobisoft/SwanKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stanislav Pletnev": "anobisoft@gmail.com"
13   },
14   "social_media_url": "https://github.com/Anobisoft",
15   "swift_versions": "5.10",
16   "platforms": {
17     "ios": "12.0",
18     "tvos": "12.0",
19     "osx": "10.15"
20   },
21   "source": {
22     "git": "https://github.com/Anobisoft/SwanKit.git",
23     "tag": "0.0.8"
24   },
25   "frameworks": "Foundation",
26   "subspecs": [
27     {
28       "name": "Foundation",
29       "source_files": "SwanKit/Foundation/**/*.swift"
30     },
31     {
32       "name": "List",
33       "source_files": "SwanKit/List/**/*.swift"
34     },
35     {
36       "name": "Keychain",
37       "source_files": "SwanKit/Keychain/**/*.swift"
38     },
39     {
40       "name": "AccessProvider",
41       "platforms": {
42         "ios": "12.0",
43         "tvos": "12.0",
44         "osx": "10.15"
45       },
46       "source_files": "SwanKit/AccessProvider/**/*.swift"
47     },
48     {
49       "name": "UIFoundation",
50       "platforms": {
51         "ios": "12.0",
52         "tvos": "12.0"
53       },
54       "dependencies": {
55         "SwanKit/Foundation": [
57         ]
58       },
59       "source_files": "SwanKit/UIFoundation/**/*.swift"
60     },
61     {
62       "name": "ImagePicker",
63       "platforms": {
64         "ios": "12.0"
65       },
66       "dependencies": {
67         "SwanKit/AccessProvider": [
69         ],
70         "SwanKit/Foundation": [
72         ],
73         "SwanKit/UIFoundation": [
75         ]
76       },
77       "source_files": "SwanKit/ImagePicker/*.swift"
78     },
79     {
80       "name": "SpeechRecognizer",
81       "platforms": {
82         "ios": "12.0",
83         "osx": "10.15"
84       },
85       "dependencies": {
86         "SwanKit/AccessProvider": [
88         ]
89       },
90       "source_files": "SwanKit/SpeechRecognizer/*.swift"
91     },
92     {
93       "name": "Appearance",
94       "platforms": {
95         "ios": "12.0",
96         "tvos": "12.0"
97       },
98       "dependencies": {
99         "SwanKit/Foundation": [
101         ]
102       },
103       "source_files": "SwanKit/Appearance/**/*.swift"
104     }
105   ],
106   "swift_version": "5.10"