[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 1 / 6 / EasyNet / 1.0.0 / EasyNet.podspec.json
blobc2c824d64952762233d646c55175519e5bdb11fc
2   "name": "EasyNet",
3   "version": "1.0.0",
4   "summary": "EasyNet base-on AFNetworking for iOS.",
5   "description": "EasyNet base-on AFNetworking for iOS。是一个简单易用的 iOS 网络请求库,基于 AFNetworking。简单几句代码就能快速搭建一个网络请求。",
6   "homepage": "https://github.com/l1Dan/EasyNet",
7   "license": "MIT",
8   "authors": {
9     "Leo Lee": "l1dan@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/l1Dan/EasyNet.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "11.0"
17   },
18   "default_subspecs": "Sources",
19   "swift_versions": "5.0",
20   "cocoapods_version": ">= 1.4.0",
21   "source_files": "EasyNet/*.h",
22   "subspecs": [
23     {
24       "name": "Sources",
25       "source_files": [
26         "EasyNet/Core/*.{h,m}",
27         "EasyNet/Categories/*.{h,m}"
28       ],
29       "private_header_files": "EasyNet/Categories/ENConnectTask+Private.h",
30       "dependencies": {
31         "AFNetworking": [
32           "~> 4.0"
33         ]
34       },
35       "frameworks": "Foundation"
36     },
37     {
38       "name": "RxSwift",
39       "source_files": "EasyNet/RxEasyNet/",
40       "dependencies": {
41         "EasyNet/Sources": [
43         ],
44         "RxSwift": [
45           "~> 6.0"
46         ]
47       }
48     }
49   ],
50   "swift_version": "5.0"