blob: 4f38ac3e1e9cf6c6cd21bfd9dfe9627882318a83 [file] [log] [blame]
{
"name": "XZExplain",
"version": "1.1.4",
"summary": "The explaintion of AI XiaoXi in XiZhiShuXue",
"description": "...",
"homepage": "https://github.com/xiaoMing0109/XZExplain",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xiaoMing0109": "97461909@qq.com"
},
"source": {
"git": "https://github.com/xiaoMing0109/XZExplain.git",
"tag": "1.1.4"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": "XZExplain/Classes/XZExplain.h",
"resource_bundles": {
"XZExplainXcassets": [
"XZExplain/Assets/*"
]
},
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"Security"
],
"libraries": [
"z",
"c++"
],
"dependencies": {
"AFNetworking": [
"3.2.1"
]
},
"public_header_files": "XZExplain/Classes/XZExplain.h",
"subspecs": [
{
"name": "DoProblem",
"source_files": "XZExplain/Classes/DoProblem/*.{h,m}"
},
{
"name": "ExplainTopic",
"source_files": "XZExplain/Classes/ExplainTopic/*.{h,m}",
"vendored_frameworks": "XZExplain/Classes/SDK/Bugly/Bugly.framework"
}
]
}