| { |
| "name": "VHYun_IM", |
| "version": "2.1.0", |
| "authors": { |
| "wangxiaoxiang": "xiaoxiang.wang@vhall.com" |
| }, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "homepage": "https://www.vhall.com", |
| "source": { |
| "git": "https://github.com/vhall/VHYun_SDK_IM_iOS.git", |
| "tag": "2.1.0" |
| }, |
| "summary": "iOS IM framework", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "frameworks": "Foundation", |
| "module_name": "VHYun_IM", |
| "resources": [ |
| "README.md" |
| ], |
| "vendored_frameworks": "VHYunFrameworks/*.framework", |
| "pod_target_xcconfig": { |
| "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/**", |
| "HEADER_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/**" |
| }, |
| "dependencies": { |
| "VHCore": [ |
| ">=2.0.3" |
| ] |
| } |
| } |