[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 8 / f / SwanKit / 0.0.1 / SwanKit.podspec.json
blob3fec8429cabaa9b8d0c1532538d820b3503c41ad
2   "name": "SwanKit",
3   "version": "0.0.1",
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.1",
16   "platforms": {
17     "ios": "10.0",
18     "tvos": "10.0",
19     "osx": "10.15"
20   },
21   "source": {
22     "git": "https://github.com/Anobisoft/SwanKit.git",
23     "tag": "0.0.1"
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": "AccessProvider",
37       "platforms": {
38         "ios": "10.0",
39         "tvos": "10.0",
40         "osx": "10.15"
41       },
42       "source_files": "SwanKit/AccessProvider/**/*.swift"
43     },
44     {
45       "name": "UIFoundation",
46       "platforms": {
47         "ios": "10.0",
48         "tvos": "10.0"
49       },
50       "dependencies": {
51         "SwanKit/Foundation": [
53         ]
54       },
55       "source_files": "SwanKit/UIFoundation/**/*.swift"
56     },
57     {
58       "name": "ImagePicker",
59       "platforms": {
60         "ios": "10.0"
61       },
62       "dependencies": {
63         "SwanKit/AccessProvider": [
65         ],
66         "SwanKit/Foundation": [
68         ],
69         "SwanKit/UIFoundation": [
71         ]
72       },
73       "source_files": "SwanKit/ImagePicker/*.swift"
74     },
75     {
76       "name": "SpeechRecognizer",
77       "platforms": {
78         "ios": "10.0",
79         "osx": "10.15"
80       },
81       "dependencies": {
82         "SwanKit/AccessProvider": [
84         ]
85       },
86       "source_files": "SwanKit/SpeechRecognizer/*.swift"
87     },
88     {
89       "name": "Appearance",
90       "platforms": {
91         "ios": "10.0",
92         "tvos": "10.0"
93       },
94       "dependencies": {
95         "SwanKit/Foundation": [
97         ]
98       },
99       "source_files": "SwanKit/Appearance/**/*.swift"
100     }
101   ],
102   "swift_version": "5.1"