[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 2 / c / 3 / XZExplain / 1.1.4 / XZExplain.podspec.json
blob4f38ac3e1e9cf6c6cd21bfd9dfe9627882318a83
2   "name": "XZExplain",
3   "version": "1.1.4",
4   "summary": "The explaintion of AI XiaoXi in XiZhiShuXue",
5   "description": "...",
6   "homepage": "https://github.com/xiaoMing0109/XZExplain",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xiaoMing0109": "97461909@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/xiaoMing0109/XZExplain.git",
16     "tag": "1.1.4"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "XZExplain/Classes/XZExplain.h",
23   "resource_bundles": {
24     "XZExplainXcassets": [
25       "XZExplain/Assets/*"
26     ]
27   },
28   "frameworks": [
29     "UIKit",
30     "Foundation",
31     "SystemConfiguration",
32     "Security"
33   ],
34   "libraries": [
35     "z",
36     "c++"
37   ],
38   "dependencies": {
39     "AFNetworking": [
40       "3.2.1"
41     ]
42   },
43   "public_header_files": "XZExplain/Classes/XZExplain.h",
44   "subspecs": [
45     {
46       "name": "DoProblem",
47       "source_files": "XZExplain/Classes/DoProblem/*.{h,m}"
48     },
49     {
50       "name": "ExplainTopic",
51       "source_files": "XZExplain/Classes/ExplainTopic/*.{h,m}",
52       "vendored_frameworks": "XZExplain/Classes/SDK/Bugly/Bugly.framework"
53     }
54   ]