[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / f / 9 / Easy / 0.3.0 / Easy.podspec.json
bloba02c211968ac1c333865d1952483b4be5454a360
2   "name": "Easy",
3   "version": "0.3.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.3.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       "dependencies": {
31         "SnapKit": [
33         ]
34       }
35     },
36     {
37       "name": "Common",
38       "dependencies": {
39         "MBProgressHUD": [
41         ],
42         "MJRefresh": [
44         ],
45         "RTRootNavigationController": [
47         ],
48         "SDWebImage": [
50         ],
51         "SwiftyAttributes": [
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": "Beta",
85       "source_files": "Easy/Classes/Beta/*",
86       "dependencies": {
87         "Easy/Core": [
89         ],
90         "Easy/Session": [
92         ],
93         "FLEX": [
95         ],
96         "NotificationBannerSwift": [
98         ]
99       },
100       "xcconfig": {
101         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) BETA"
102       }
103     }
104   ]