[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / d / a / YUNetwork / 1.5.5 / YUNetwork.podspec.json
blob155f1127be044722ca3cbd2bb124d2b5c61e5e25
2   "name": "YUNetwork",
3   "version": "1.5.5",
4   "summary": "Powerful network framework.",
5   "description": "YUNetwork is based on AFNetworking.",
6   "homepage": "https://github.com/yuzhidu/YUNetwork",
7   "authors": {
8     "马裕博": "1632212092@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "requires_arc": true,
14   "license": {
15     "type": "MIT",
16     "file": "LICENSE"
17   },
18   "frameworks": [
19     "Foundation",
20     "UIKit"
21   ],
22   "source": {
23     "git": "https://github.com/yuzhidu/YUNetwork.git",
24     "tag": "1.5.5"
25   },
26   "source_files": [
27     "YUNetwork",
28     "YUNetwork/*.{h,m}"
29   ],
30   "dependencies": {
31     "AFNetworking": [
32       "~> 3.0"
33     ]
34   }