[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / f / 9 / Easy / 0.9.0 / Easy.podspec.json
blob04589dfdd7b6b94f778166fb383dce6ed3b769c5
2   "name": "Easy",
3   "version": "0.9.0",
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": "0.9.0"
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": [
36         ]
37       }
38     },
39     {
40       "name": "Common",
41       "dependencies": {
42         "MBProgressHUD": [
44         ],
45         "MJRefresh": [
47         ],
48         "RTRootNavigationController": [
50         ],
51         "SDWebImage": [
53         ]
54       }
55     },
56     {
57       "name": "RSA",
58       "source_files": "Easy/Classes/RSA/*",
59       "dependencies": {
60         "Easy/Core": [
62         ],
63         "SwiftyRSA": [
65         ]
66       }
67     },
68     {
69       "name": "Session",
70       "source_files": "Easy/Classes/Session/*",
71       "dependencies": {
72         "Easy/Core": [
74         ],
75         "Alamofire": [
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": [
92         ]
93       }
94     },
95     {
96       "name": "Scan",
97       "source_files": "Easy/Classes/Scan/*",
98       "dependencies": {
99         "Easy/Core": [
101         ]
102       }
103     },
104     {
105       "name": "Page",
106       "source_files": "Easy/Classes/Page/*",
107       "dependencies": {
108         "Easy/Core": [
110         ],
111         "WMPageController": [
113         ]
114       }
115     },
116     {
117       "name": "Beta",
118       "source_files": "Easy/Classes/Beta/*",
119       "dependencies": {
120         "Easy/Core": [
122         ],
123         "Easy/Session": [
125         ],
126         "FLEX": [
128         ]
129       },
130       "xcconfig": {
131         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) BETA"
132       }
133     }
134   ]