blob: bbdd5f60a5794b5018e32d339fd689408e10581d [file] [log] [blame]
{
"name": "HyphenateLite",
"version": "3.1.5.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An Objective-C client for IM service",
"homepage": "https://github.com/HyphenateInc/hyphenate-cocoapods",
"authors": {
"Hyphenate Inc.": "info@hyphenate.io"
},
"source": {
"git": "https://github.com/HyphenateInc/hyphenate-cocoapods.git",
"tag": "3.1.5.1"
},
"source_files": "HyphenateSDK/**/*.{h}",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"frameworks": [
"CoreMedia",
"AudioToolbox",
"AVFoundation",
"ImageIO",
"MobileCoreServices"
],
"libraries": [
"c++",
"z",
"sqlite3",
"stdc++.6.0.9"
],
"vendored_libraries": [
"HyphenateSDK/lib/libHyphenateSDK*.a"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"deprecated": true
}