12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "name": "PBSDK",
- "version": "0.1.0",
- "summary": "A short description of PBSDK.",
- "description": "TODO: Add long description of the pod here.",
- "homepage": "https://github.com/uxiume/PBSDK",
- "license": {
- "type": "MIT",
- "file": "LICENSE"
- },
- "authors": {
- "uxiume": "junhui.xia@microtechmd.com"
- },
- "source": {
- "git": "https://github.com/uxiume/PBSDK.git",
- "tag": "0.1.0"
- },
- "platforms": {
- "ios": "10.0"
- },
- "source_files": "PBSDK/Classes/**/*",
- "static_framework": true,
- "prefix_header_contents": "#import \"PBDefines.h\"",
- "resource_bundles": {
- "PBSDK": [
- "PBSDK/Assets/*.xcassets"
- ]
- },
- "dependencies": {
- "AgoraRtcEngine_iOS": [
- ],
- "JXCategoryView": [
- ],
- "JXPagingView/Pager": [
- ],
- "HyphenateChat": [
- "~> 4.0.0"
- ],
- "AFNetworking": [
- ],
- "MJExtension": [
- ],
- "Masonry": [
- ],
- "MJRefresh": [
- ],
- "YYText": [
- ],
- "SVProgressHUD": [
- ],
- "SDWebImage": [
- ],
- "HXPhotoPickerObjC": [
- ],
- "OpenSSL": [
- ],
- "YYModel": [
- ],
- "SVGAPlayer-iOS": [
- "~> 1.1.13"
- ],
- "CocoaLumberjack": [
- "3.7.4"
- ]
- }
- }
|