1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "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"
- ]
- }
- }
|