[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 1 / 0 / BRNetwork / 1.2.0 / BRNetwork.podspec.json
bloba73c526725d20a4978f112c4ddd0dc47b8cfdb91
2   "name": "BRNetwork",
3   "version": "1.2.0",
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.0"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "BRNetwork/Core/*.{h,m}",
25     "BRNetwork/YYCache/*.{h,m}"
26   ],
27   "dependencies": {
28     "AFNetworking": [
30     ]
31   },
32   "libraries": "sqlite3",
33   "frameworks": [
34     "UIKit",
35     "CoreFoundation",
36     "QuartzCore"
37   ]