[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 1 / 0 / BRNetwork / 1.2.1 / BRNetwork.podspec.json
blobf411a993cb702d1b630ab4f471355a19baf182f1
2   "name": "BRNetwork",
3   "version": "1.2.1",
4   "summary": "BRNetwork是一个基于AFNetworking和YYCache封装的轻量级网络请求工具",
5   "description": "BRNetwork是一个基于AFNetworking和YYCache封装的轻量级网络请求工具,支持本地数据缓存. Support the Objective - C language.",
6   "homepage": "https://github.com/91renb/BRNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "任波": "developer@irenb.com"
13   },
14   "social_media_url": "https://www.irenb.com",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/91renb/BRNetwork.git",
20     "tag": "1.2.1"
21   },
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "BRNetwork/Core/*.{h,m}",
28       "dependencies": {
29         "AFNetworking": [
31         ],
32         "BRNetwork/YYCache": [
34         ]
35       }
36     },
37     {
38       "name": "YYCache",
39       "source_files": "BRNetwork/YYCache/*.{h,m}",
40       "libraries": "sqlite3",
41       "frameworks": [
42         "UIKit",
43         "CoreFoundation",
44         "QuartzCore"
45       ]
46     }
47   ]