[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 1 / 2 / cjComponentLib / 0.0.1 / cjComponentLib.podspec.json
bloba5557db159ee68292c336603c9e3830b691ed615
2   "name": "cjComponentLib",
3   "version": "0.0.1",
4   "summary": "Create a library of components for use within the cj company",
5   "homepage": "http://183.129.148.82:8480/components/ios/cjcomponentlibrary",
6   "license": "MIT",
7   "authors": {
8     "zhusf": "zhusf@increator.cn"
9   },
10   "source": {
11     "git": "http://183.129.148.82:8480/components/ios/cjcomponentlibrary.git",
12     "tag": "0.0.1"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source_files": "cjComponentLib/CJStandard.h",
18   "frameworks": [
19     "Foundation",
20     "UIKit",
21     "AVFoundation",
22     "Photos"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "ReactiveObjC": [
28     ],
29     "SDWebImage": [
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "CJWebService",
36       "source_files": "cjComponentLib/CJWebService/*.{h,m}",
37       "dependencies": {
38         "AFNetworking": [
40         ],
41         "YYModel": [
43         ]
44       },
45       "subspecs": [
46         {
47           "name": "Log",
48           "source_files": "cjComponentLib/CJWebService/Log/*.{h,m}"
49         }
50       ]
51     },
52     {
53       "name": "CJWebServiceEncryption",
54       "source_files": "cjComponentLib/CJWebServiceEncryption/CJWSEncryption.{h,m}",
55       "subspecs": [
56         {
57           "name": "Encryption",
58           "source_files": "cjComponentLib/CJWebServiceEncryption/Encryption/*.{h,m}"
59         }
60       ]
61     },
62     {
63       "name": "CJWebView",
64       "source_files": "cjComponentLib/CJWebView/CJWebViewController.{h,m}",
65       "subspecs": [
66         {
67           "name": "dsbridge",
68           "source_files": "cjComponentLib/CJWebView/dsbridge/*.{h,m}"
69         },
70         {
71           "name": "usercc",
72           "source_files": "cjComponentLib/CJWebView/usercc/*.{h,m}"
73         }
74       ]
75     },
76     {
77       "name": "CJTools",
78       "source_files": "cjComponentLib/CJTools/CJTool{Kit,Marco}.h",
79       "subspecs": [
80         {
81           "name": "CJCategory",
82           "subspecs": [
83             {
84               "name": "Common",
85               "source_files": "cjComponentLib/CJTools/CJCategory/Common/*.{h,m}"
86             },
87             {
88               "name": "Safe",
89               "source_files": "cjComponentLib/CJTools/CJCategory/Safe/*.{h,m}"
90             },
91             {
92               "name": "UI",
93               "source_files": "cjComponentLib/CJTools/CJCategory/UI/*.{h,m}"
94             }
95           ]
96         },
97         {
98           "name": "CJManager",
99           "source_files": "cjComponentLib/CJTools/CJManager/CJ{App,Authority,UI,File}Manager.{h,m}"
100         },
101         {
102           "name": "CJCommon",
103           "source_files": "cjComponentLib/CJTools/CJCommon/*.{h,m}",
104           "dependencies": {
105             "SVProgressHUD": [
107             ]
108           }
109         }
110       ]
111     }
112   ]