[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 7 / f / 9 / Easy / 0.2.0 / Easy.podspec.json
blobac5dc5b8bc95a7748bfeb09689ab77cd9de46458
2   "name": "Easy",
3   "version": "0.2.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.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.2",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Easy/Classes/Core/*",
26       "dependencies": {
27         "SnapKit": [
29         ]
30       }
31     },
32     {
33       "name": "Session",
34       "source_files": "Easy/Classes/Session/*",
35       "dependencies": {
36         "Easy/Core": [
38         ],
39         "Alamofire": [
41         ]
42       }
43     },
44     {
45       "name": "Social",
46       "source_files": "Easy/Classes/Social/*",
47       "resources": [
48         "Easy/Resources/EasySocial.bundle"
49       ],
50       "dependencies": {
51         "Easy/Core": [
53         ],
54         "MonkeyKing": [
56         ]
57       }
58     }
59   ]