[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / f / 9 / Easy / 1.5 / Easy.podspec.json
blob996b63e4798cf6d10567f6b132450ec71b98b886
2   "name": "Easy",
3   "version": "1.5",
4   "summary": "develop Swift with Easy",
5   "description": "Reduce development time and increase development efficiency",
6   "homepage": "https://github.com/OctMon/Easy",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "OctMon": "octmon@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/OctMon/Easy.git",
16     "tag": "1.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.2",
22   "default_subspecs": [
23     "Core",
24     "Session"
25   ],
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Easy/Classes/Core/*",
30       "resources": [
31         "Easy/Resources/EasyCore.bundle"
32       ],
33       "dependencies": {
34         "SnapKit": [
35           "~> 4.2.0"
36         ]
37       }
38     },
39     {
40       "name": "Common",
41       "dependencies": {
42         "MBProgressHUD": [
43           "~> 1.1.0"
44         ],
45         "MJRefresh": [
46           "~> 3.1.15.7"
47         ],
48         "RTRootNavigationController": [
49           "~> 0.7.1"
50         ],
51         "SDWebImage": [
52           "~> 4.4.2"
53         ]
54       }
55     },
56     {
57       "name": "PhotoBrowser",
58       "source_files": "Easy/Classes/PhotoBrowser/*",
59       "dependencies": {
60         "Easy/Core": [
62         ],
63         "ZLPhotoBrowser": [
64           "~> 2.7.6"
65         ]
66       }
67     },
68     {
69       "name": "RSA",
70       "source_files": "Easy/Classes/RSA/*",
71       "dependencies": {
72         "Easy/Core": [
74         ],
75         "SwiftyRSA": [
76           "~> 1.5.0"
77         ]
78       }
79     },
80     {
81       "name": "Session",
82       "source_files": "Easy/Classes/Session/*",
83       "dependencies": {
84         "Easy/Core": [
86         ],
87         "Alamofire": [
88           "~> 4.8.0"
89         ]
90       }
91     },
92     {
93       "name": "Social",
94       "source_files": "Easy/Classes/Social/*",
95       "resources": [
96         "Easy/Resources/EasySocial.bundle"
97       ],
98       "dependencies": {
99         "Easy/Core": [
101         ],
102         "MonkeyKing": [
103           "~> 1.12.1"
104         ]
105       }
106     },
107     {
108       "name": "Scan",
109       "source_files": "Easy/Classes/Scan/*",
110       "dependencies": {
111         "Easy/Core": [
113         ]
114       }
115     },
116     {
117       "name": "Page",
118       "source_files": "Easy/Classes/Page/*",
119       "dependencies": {
120         "Easy/Core": [
122         ],
123         "WMPageController": [
124           "~> 2.5.2"
125         ]
126       }
127     },
128     {
129       "name": "Beta",
130       "source_files": "Easy/Classes/Beta/*",
131       "dependencies": {
132         "Easy/Core": [
134         ],
135         "Easy/Session": [
137         ],
138         "FLEX": [
139           "~> 2.4.0"
140         ],
141         "GDPerformanceView-Swift": [
143         ],
144         "OOMDetector": [
145           "~> 1.3"
146         ]
147       },
148       "xcconfig": {
149         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) BETA"
150       }
151     }
152   ]