| { |
| "name": "ONOChat", |
| "version": "0.1.0", |
| "summary": "ONOChat.", |
| "description": "IM SDK for ONO chat.", |
| "homepage": "https://github.com/lhs168/ONOChat", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Kevin": "lhs168@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/lhs168/ONOChat", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "ONOChat/Classes/**/*", |
| "exclude_files": "ONOChat/Classes/proto/*", |
| "dependencies": { |
| "Protobuf": [ |
| "~> 3.5.0" |
| ] |
| }, |
| "user_target_xcconfig": { |
| "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1" |
| }, |
| "pod_target_xcconfig": { |
| "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1" |
| }, |
| "subspecs": [ |
| { |
| "name": "ONOProto", |
| "requires_arc": false, |
| "source_files": "ONOChat/Classes/proto/*" |
| } |
| ] |
| } |