| { |
| "name": "HWCommunication", |
| "version": "0.1.0", |
| "summary": "HWCommunication.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/zrbaihld/HWCommunication_ios", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "zrbaihld": "360599892@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/zrbaihld/HWCommunication_ios.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "HWCommunication/Classes/**/*", |
| "resource_bundles": { |
| "HWCommunication": [ |
| "*.cer" |
| ] |
| }, |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 3.2.1" |
| ], |
| "Socket.IO-Client-Swift": [ |
| "~> 15.1.0" |
| ], |
| "FMDB": [ |
| "~> 2.7.5" |
| ], |
| "Masonry": [ |
| "~> 1.0.1" |
| ], |
| "YYModel": [ |
| "~> 1.0.4" |
| ], |
| "AgoraRtcEngine_iOS": [ |
| "~> 2.4.0.1" |
| ] |
| }, |
| "static_framework": true, |
| "swift_versions": "4.2", |
| "prefix_header_file": "HWCommunication/Classes/HW_PrefixHeader.pch", |
| "swift_version": "4.2" |
| } |