[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / e / a / ONOChat / 0.1.0 / ONOChat.podspec.json
blobb077b6f16d602faf588f2f9f524056d120e8568b
2   "name": "ONOChat",
3   "version": "0.1.0",
4   "summary": "ONOChat.",
5   "description": "IM SDK for ONO chat.",
6   "homepage": "https://github.com/lhs168/ONOChat",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kevin": "lhs168@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lhs168/ONOChat",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "ONOChat/Classes/**/*",
22   "exclude_files": "ONOChat/Classes/proto/*",
23   "dependencies": {
24     "Protobuf": [
25       "~> 3.5.0"
26     ]
27   },
28   "user_target_xcconfig": {
29     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
30   },
31   "pod_target_xcconfig": {
32     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
33   },
34   "subspecs": [
35     {
36       "name": "ONOProto",
37       "requires_arc": false,
38       "source_files": "ONOChat/Classes/proto/*"
39     }
40   ]