[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 0 / d / b / TWSRIMProject / 1.0.0 / TWSRIMProject.podspec.json
blob6904f0b0e1c13dbf2fdbdd6979b21aa676887097
2   "name": "TWSRIMProject",
3   "version": "1.0.0",
4   "summary": "数睿IM核心基础组件库",
5   "description": "数睿IM核心基础库",
6   "homepage": "https://github.com/addcnos/Hongyan-IOS-SDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "addcnos": ""
13   },
14   "source": {
15     "git": "https://github.com/addcnos/Hongyan-IOS-SDK.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "public_header_files": "TWSRIMProject/Classes/SRIMProject.h",
22   "source_files": "TWSRIMProject/Classes/SRIMProject.h",
23   "prefix_header_contents": [
24     "#import <UIKit/UIKit.h>",
25     "#import <Foundation/Foundation.h>"
26   ],
27   "resource_bundles": {
28     "TWSRIMProject": [
29       "TWSRIMProject/Assets/*"
30     ]
31   },
32   "dependencies": {
33     "AFNetworking": [
34       "~> 3.0"
35     ],
36     "UITableView+FDTemplateLayoutCell": [
37       "1.4"
38     ],
39     "SocketRocket": [
41     ],
42     "Masonry": [
44     ],
45     "SDWebImage": [
47     ],
48     "PINCache": [
50     ],
51     "TTTAttributedLabel": [
53     ],
54     "MJExtension": [
56     ],
57     "MJRefresh": [
59     ]
60   },
61   "subspecs": [
62     {
63       "name": "SRIMCommonHeaders",
64       "source_files": "TWSRIMProject/Classes/SRIMCommonHeaders/*.{h}"
65     },
66     {
67       "name": "SRIMExtension",
68       "source_files": "TWSRIMProject/Classes/SRIMExtension/*.{h,m}"
69     },
70     {
71       "name": "SRIMNetworkManager",
72       "source_files": "TWSRIMProject/Classes/SRIMNetworkManager/**/*.{h,m}",
73       "dependencies": {
74         "TWSRIMProject/SRIMCommonHeaders": [
76         ],
77         "TWSRIMProject/SRIMExtension": [
79         ],
80         "TWSRIMProject/TWSecurityUtil": [
82         ]
83       }
84     },
85     {
86       "name": "SRIMNotification",
87       "source_files": "TWSRIMProject/Classes/SRIMNotification/*.{h,m}",
88       "dependencies": {
89         "TWSRIMProject/SRIMCommonHeaders": [
91         ]
92       }
93     },
94     {
95       "name": "SRIMClient",
96       "source_files": "TWSRIMProject/Classes/SRIMClient/*.{h,m}",
97       "dependencies": {
98         "TWSRIMProject/SRIMNotification": [
100         ],
101         "TWSRIMProject/SRIMCommonHeaders": [
103         ],
104         "TWSRIMProject/SRIMNetworkManager": [
106         ]
107       }
108     },
109     {
110       "name": "SRIMUI",
111       "source_files": "TWSRIMProject/Classes/SRIMUI/*.{h,m}",
112       "dependencies": {
113         "TWSRIMProject/SRIMClient": [
115         ],
116         "TWSRIMProject/SRIMCommonHeaders": [
118         ],
119         "TWSRIMProject/SRIMNetworkManager": [
121         ],
122         "TWSRIMProject/SRIMExtension": [
124         ],
125         "TWSRIMProject/ZQAlertController": [
127         ]
128       }
129     },
130     {
131       "name": "TWSecurityUtil",
132       "source_files": "TWSRIMProject/Classes/TWSecurityUtil/*.{h,m}"
133     },
134     {
135       "name": "ZQAlertController",
136       "source_files": "TWSRIMProject/Classes/ZQAlertController/*.{h,m}"
137     }
138   ]