[Add] DittoReactNativeIOS 4.9.1
[CocoaPods.git] / Specs / 2 / 1 / 8 / LBXNetWork / 1.0.2 / LBXNetWork.podspec.json
blob390395961fb0070d6da5f6af886ff2add2ead75f
2   "name": "LBXNetWork",
3   "version": "1.0.2",
4   "summary": "http request,tcp stream",
5   "homepage": "https://github.com/MxABC/LBXNetWork",
6   "license": "MIT",
7   "authors": {
8     "lbxia": "lbxia20091227@foxmail.com"
9   },
10   "source": {
11     "git": "https://github.com/MxABC/LBXNetWork.git",
12     "tag": "1.0.2"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source_files": "LBXNetWork/**/*.{m,h}",
18   "public_header_files": [
19     "LBXNetWork/AFNetworkVendor/AFNNetworkRequest.h",
20     "LBXNetWork/LBXHttpRequest.h",
21     "LBXNetWork/LBXNetWork.h",
22     "LBXNetWork/LBXTcpStream/LBXTcpStream.h"
23   ],
24   "ios": {
25     "frameworks": [
26       "Foundation",
27       "UIKit"
28     ]
29   },
30   "dependencies": {
31     "AFNetworking": [
32       "~> 4.0"
33     ],
34     "YYCache": [
35       "~> 1.0.4"
36     ]
37   },
38   "requires_arc": true