[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / f / 9 / Easy / 2.7 / Easy.podspec.json
blob7cf76761a59c60637e12d3da926f2c5cc8edcbd7
2   "name": "Easy",
3   "version": "2.7",
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": "2.7"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "default_subspecs": [
23     "Core",
24     "Session"
25   ],
26   "swift_version": "5.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Easy/Classes/Core/*",
31       "resources": [
32         "Easy/Resources/EasyCore.bundle"
33       ],
34       "dependencies": {
35         "SnapKit": [
36           "~> 4.2.0"
37         ]
38       }
39     },
40     {
41       "name": "Common",
42       "dependencies": {
43         "MBProgressHUD": [
44           "~> 1.1.0"
45         ],
46         "MJRefresh": [
47           "~> 3.2.0"
48         ],
49         "RTRootNavigationController": [
50           "~> 0.7.1"
51         ],
52         "SDWebImage": [
53           "~> 5.0.3"
54         ]
55       }
56     },
57     {
58       "name": "PhotoBrowser",
59       "source_files": "Easy/Classes/PhotoBrowser/*",
60       "dependencies": {
61         "Easy/Core": [
63         ],
64         "ZLPhotoBrowser": [
65           "~> 3.0.4"
66         ]
67       }
68     },
69     {
70       "name": "RSA",
71       "source_files": "Easy/Classes/RSA/*",
72       "dependencies": {
73         "Easy/Core": [
75         ],
76         "SwiftyRSA": [
77           "~> 1.5.0"
78         ]
79       }
80     },
81     {
82       "name": "Session",
83       "source_files": "Easy/Classes/Session/*",
84       "dependencies": {
85         "Easy/Core": [
87         ],
88         "Alamofire": [
89           "~> 4.8.2"
90         ]
91       }
92     },
93     {
94       "name": "Social",
95       "source_files": "Easy/Classes/Social/*",
96       "resources": [
97         "Easy/Resources/EasySocial.bundle"
98       ],
99       "dependencies": {
100         "Easy/Core": [
102         ],
103         "MonkeyKing": [
104           "~> 1.15.0"
105         ]
106       }
107     },
108     {
109       "name": "Scan",
110       "source_files": "Easy/Classes/Scan/*",
111       "dependencies": {
112         "Easy/Core": [
114         ]
115       }
116     },
117     {
118       "name": "PageController",
119       "source_files": "Easy/Classes/PageController/*",
120       "dependencies": {
121         "Easy/Core": [
123         ],
124         "WMPageController": [
125           "~> 2.5.2"
126         ]
127       }
128     },
129     {
130       "name": "Beta",
131       "source_files": "Easy/Classes/Beta/*",
132       "dependencies": {
133         "Easy/Core": [
135         ],
136         "Easy/Session": [
138         ],
139         "FLEX": [
140           "~> 3.0.0"
141         ],
142         "GDPerformanceView-Swift": [
143           "~> 2.0.2"
144         ],
145         "OOMDetector": [
146           "~> 1.3"
147         ]
148       },
149       "xcconfig": {
150         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) BETA"
151       }
152     }
153   ]