[Add] LiteRTSwift 0.0.1-nightly.20250103
[CocoaPods.git] / Specs / d / 3 / c / BTNetwork / 1.0.6 / BTNetwork.podspec.json
blob251c8c4df798bab3fe0c3e996835a3af05aaf447
2   "name": "BTNetwork",
3   "version": "1.0.6",
4   "summary": "一款基于AFNetworking的以block调用形式的网络请求框架",
5   "description": "一款基于AFNetworking的以block调用形式的网络请求框架,支持队列组请求",
6   "homepage": "https://github.com/SoftBoys/BTNetwok",
7   "license": "MIT",
8   "authors": {
9     "gjw": "gjw_1991@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/SoftBoys/BTNetwok.git",
16     "tag": "v1.0.6"
17   },
18   "source_files": "BTNetwork",
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
22       "~> 3.1.0"
23     ]
24   }