[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 0 / 6 / CSNetworking / 1.0.7 / CSNetworking.podspec.json
bloba8cbcacb2e7f2c94b38420d9608111c4e7ffd35f
2   "name": "CSNetworking",
3   "summary": "On the basis of AFNetworking encapsulation.",
4   "version": "1.0.7",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "CoderXSLee": "1363852560@qq.com"
11   },
12   "homepage": "https://github.com/CoderXSLee/CSNetworking",
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/CoderXSLee/CSNetworking.git",
18     "tag": "1.0.7"
19   },
20   "requires_arc": true,
21   "source_files": "CSNetworking/**/*.{h,m}",
22   "public_header_files": "CSNetworking/*.{h}",
23   "dependencies": {
24     "AFNetworking": [
25       "~>3.1.0"
26     ],
27     "MJExtension": [
28       "~>3.0.13"
29     ],
30     "YYCache": [
31       "~>1.0.3"
32     ]
33   }