[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / f / 9 / Easy / 0.5.1 / Easy.podspec.json
blobced08916bf69e121069b8c78f43ce5e6bdbd93a7
2   "name": "Easy",
3   "version": "0.5.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": "0.5.1"
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": "Session",
58       "source_files": "Easy/Classes/Session/*",
59       "dependencies": {
60         "Easy/Core": [
62         ],
63         "Alamofire": [
65         ]
66       }
67     },
68     {
69       "name": "Social",
70       "source_files": "Easy/Classes/Social/*",
71       "resources": [
72         "Easy/Resources/EasySocial.bundle"
73       ],
74       "dependencies": {
75         "Easy/Core": [
77         ],
78         "MonkeyKing": [
80         ]
81       }
82     },
83     {
84       "name": "Scan",
85       "source_files": "Easy/Classes/Scan/*",
86       "dependencies": {
87         "Easy/Core": [
89         ]
90       }
91     },
92     {
93       "name": "Beta",
94       "source_files": "Easy/Classes/Beta/*",
95       "dependencies": {
96         "Easy/Core": [
98         ],
99         "Easy/Session": [
101         ],
102         "FLEX": [
104         ],
105         "NotificationBannerSwift": [
107         ]
108       },
109       "xcconfig": {
110         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) BETA"
111       }
112     }
113   ]