blob: 2e1dff743c85285df65ad7a703d88f1ab457568c [file] [log] [blame]
{
"name": "HyphenateLite_CN",
"version": "3.2.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An Objective-C client for IM service",
"homepage": "https://github.com/easemob/hyphenate-cocoapods",
"authors": {
"Hyphenate Inc.": "admin@easemob.com"
},
"source": {
"git": "https://github.com/easemob/hyphenate-cocoapods.git",
"tag": "3.2.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"
}
}