[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 7 / f / 9 / Easy / 2.9.1 / Easy.podspec.json
blob31029787c34866303ddebf9fcd98b77b17c84654
2   "name": "Easy",
3   "version": "2.9.1",
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.9.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
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           "~> 5.0.1"
36         ]
37       }
38     },
39     {
40       "name": "Common",
41       "dependencies": {
42         "MBProgressHUD": [
43           "~> 1.2.0"
44         ],
45         "MJRefresh": [
46           "~> 3.5.0"
47         ],
48         "RTRootNavigationController": [
49           "~> 0.7.2"
50         ],
51         "SDWebImage": [
52           "~> 5.11.1"
53         ]
54       }
55     },
56     {
57       "name": "RSA",
58       "source_files": "Easy/Classes/RSA/*",
59       "dependencies": {
60         "Easy/Core": [
62         ],
63         "SwiftyRSA": [
64           "~> 1.5.0"
65         ]
66       }
67     },
68     {
69       "name": "Session",
70       "source_files": "Easy/Classes/Session/*",
71       "dependencies": {
72         "Easy/Core": [
74         ],
75         "Alamofire": [
76           "~> 5.5.0"
77         ]
78       }
79     },
80     {
81       "name": "Social",
82       "source_files": "Easy/Classes/Social/*",
83       "resources": [
84         "Easy/Resources/EasySocial.bundle"
85       ],
86       "dependencies": {
87         "Easy/Core": [
89         ],
90         "MonkeyKing": [
91           "~> 2.1.0"
92         ]
93       }
94     },
95     {
96       "name": "Scan",
97       "source_files": "Easy/Classes/Scan/*",
98       "dependencies": {
99         "Easy/Core": [
101         ]
102       }
103     },
104     {
105       "name": "PageController",
106       "source_files": "Easy/Classes/PageController/*",
107       "dependencies": {
108         "Easy/Core": [
110         ],
111         "WMPageController": [
112           "~> 2.5.2"
113         ]
114       }
115     }
116   ],
117   "swift_version": "5.0"