[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 1 / 0 / QSPNetworking / 1.0.0 / QSPNetworking.podspec.json
blob72988d0aff85e40126bb5e8b1a833b306c1e5345
2   "name": "QSPNetworking",
3   "version": "1.0.0",
4   "summary": "一个使得网络请求更加简单、灵活的iOS网络框架。",
5   "description": "这是一个基于AFNetworking再次分装的网络框架,使得iOS中的网络请求更加简单、灵活。",
6   "homepage": "https://github.com/jiuchabaikaishui/QSPNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jiuchabaikaishui": "781849568@qq.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/jiuchabaikaishui/QSPNetworking.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "QSPNetworking",
23     "QSPNetworking/**/*.{h,m}"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "AFNetworking": [
28       "~> 3.2.0"
29     ]
30   }