[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 1 / 3 / code / 0.0.1 / code.podspec.json
blobde9a1afa9b0c50b2447b1865c27585e8f403dbb6
2   "name": "code",
3   "version": "0.0.1",
4   "summary": "A short description of code.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/zhuangtao97/CodeDemo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhuangtao97": "1069156011@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/zhuangtao97/CodeDemo.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "code/Classes/**/*",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 2.3"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "net",
30       "source_files": "code/Classes/net/**/*"
31     }
32   ]