[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 1 / 0 / BRNetwork / 2.0.6 / BRNetwork.podspec.json
blob348c0cf008f4d734acf6a7dc25b63f1a48429de1
2   "name": "BRNetwork",
3   "version": "2.0.6",
4   "summary": "BRNetwork是一个基于AFNetworking和YYCache封装的轻量级网络请求工具",
5   "description": "BRNetwork是一个基于AFNetworking和YYCache封装的轻量级网络请求工具,支持本地数据缓存. Support the Objective - C language.",
6   "homepage": "https://github.com/agiapp/BRNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "renbo": "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/agiapp/BRNetwork.git",
20     "tag": "2.0.6"
21   },
22   "resource_bundles": {
23     "BRNetwork.Privacy": "BRNetwork/PrivacyInfo.xcprivacy"
24   },
25   "requires_arc": true,
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "BRNetwork/Core/*.{h,m}",
31       "dependencies": {
32         "AFNetworking": [
34         ],
35         "BRNetwork/YYCache": [
37         ]
38       }
39     },
40     {
41       "name": "YYCache",
42       "source_files": "BRNetwork/YYCache/*.{h,m}",
43       "libraries": "sqlite3",
44       "frameworks": [
45         "UIKit",
46         "CoreFoundation",
47         "QuartzCore"
48       ]
49     }
50   ]