[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 9 / b / LCNetwork / 1.1.2 / LCNetwork.podspec.json
blob61d86eae3b1f24be8734d77f55c666851b0d4174
2   "name": "LCNetwork",
3   "version": "1.1.2",
4   "summary": "基于AFNetworking的网络库封装",
5   "homepage": "https://github.com/bawn/LCNetwork",
6   "license": "MIT",
7   "authors": {
8     "bawn": "lc5491137@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/bawn/LCNetwork.git",
12     "tag": "1.1.2"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "LCNetwork/*.{h,m}",
19   "dependencies": {
20     "AFNetworking": [
22     ],
23     "TMCache": [
24       "~> 2.1.0"
25     ]
26   }