[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 3 / e / KZTestLib / 1.0.3 / KZTestLib.podspec.json
blob370c58e0391d76165aedd4ae43688b7b4a11c5c8
2   "name": "KZTestLib",
3   "version": "1.0.3",
4   "summary": "测试lib",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/lg_zhukai_developer/kztestlib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "snow982942570": "982942570@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/lg_zhukai_developer/kztestlib.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "KZTestLib/Classes/KZTestLib.h",
22   "dependencies": {
23     "Masonry": [
25     ]
26   },
27   "prefix_header_contents": "#import <Masonry/Masonry.h>",
28   "subspecs": [
29     {
30       "name": "Models",
31       "source_files": "KZTestLib/Classes/Models/**/*"
32     }
33   ]