[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / f / 9 / b / LCNetwork / 0.0.3 / LCNetwork.podspec.json
blobb64efe65e7576eee358e9e076724638d7d2d98c8
2   "name": "LCNetwork",
3   "version": "0.0.3",
4   "summary": "LCNetwork is a high level request util based on 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": "0.0.3"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": true,
18   "source_files": "LCNetwork/*.{h,m}",
19   "dependencies": {
20     "AFNetworking": [
21       "~> 2.5.4"
22     ],
23     "TMCache": [
24       "~> 2.1.0"
25     ]
26   }