[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / d / e / a / SpecialFor / 0.1.0 / SpecialFor.podspec.json
blob872c9c548ca8d22a4784c3fbb2c1b87f7c5b9bd9
2   "name": "SpecialFor",
3   "version": "0.1.0",
4   "summary": "Useful codebase which I used among projects",
5   "homepage": "https://github.com/specialfor/SpecialFor",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Volodymyr Hryhoriev": "volodja.grigoriev@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/specialfor/SpecialFor.git",
15     "tag": "0.1.0"
16   },
17   "social_media_url": "https://twitter.com/specialfor_ios",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "Specialfor/Classes/**/*",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Specialfor/Classes/Core/**/*"
27     },
28     {
29       "name": "UIKit",
30       "frameworks": "UIKit",
31       "source_files": "Specialfor/Classes/UIKit/**/*",
32       "dependencies": {
33         "SnapKit": [
35         ]
36       },
37       "subspecs": [
38         {
39           "name": "PartialCheckableButton",
40           "dependencies": {
41             "SpecialFor/UIKit/View": [
43             ]
44           },
45           "source_files": "**/{PartialCheckableButton,Closure}.swift"
46         },
47         {
48           "name": "View",
49           "source_files": "**/View.swift"
50         },
51         {
52           "name": "ImageAlertViewController",
53           "source_files": "**/{ImageAlertViewController,Closure,UIView+Corners,GCD}.swift"
54         },
55         {
56           "name": "AlignableLabel",
57           "source_files": "**/AlignableLabel.swift"
58         },
59         {
60           "name": "Accessories",
61           "dependencies": {
62             "SpecialFor/UIKit/Gradient": [
64             ],
65             "SpecialFor/UIKit/SeparatorView": [
67             ]
68           }
69         },
70         {
71           "name": "Gradient",
72           "source_files": "**/Gradient/**/*"
73         },
74         {
75           "name": "SeparatorView",
76           "dependencies": {
77             "SpecialFor/UIKit/View": [
79             ]
80           },
81           "source_files": "**/SeparatorView.swift"
82         },
83         {
84           "name": "EmptyStateTableViewDS",
85           "dependencies": {
86             "SpecialFor/UIKit/View": [
88             ]
89           },
90           "source_files": [
91             "**/EmptyState/**/*",
92             "**/{TableViewDataSourceProxy,Closure,UIView+Toggle}.swift"
93           ]
94         }
95       ]
96     },
97     {
98       "name": "AVFoundation",
99       "frameworks": "AVFoundation",
100       "source_files": "Specialfor/Classes/AVFoundation/*"
101     },
102     {
103       "name": "Photos",
104       "frameworks": "Photos",
105       "source_files": "Specialfor/Classes/Photos/*"
106     }
107   ]