Latest | 1.1.4 |
---|---|
Homepage | https://github.com/xiaoMing0109/XZExplain |
License | MIT |
Platforms | ios 9.0, requires ARC |
Dependencies | AFNetworking |
Frameworks | UIKit, Foundation, SystemConfiguration, Security |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
XZExplain is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'XZExplain'
Author
xiaoMing0109, [email protected]
License
XZExplain is available under the MIT license. See the LICENSE file for more info.
AI 小希 讲解.
Latest podspec
{ "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": "[email protected]" }, "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" } ] }
Wed, 20 Mar 2019 11:25:15 +0000