blob: c237dc670e216d4be1d508dc4654022d28b5cec7 [file] [log] [blame]
{
"name": "Hyphenate-SDK",
"version": "3.1.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An Objective-C client for IM service",
"homepage": "https://github.com/HyphenateInc/hyphenate-cocoapods",
"authors": {
"Hyphenate Inc.": "admin@easemob.com"
},
"source": {
"git": "https://github.com/HyphenateInc/hyphenate-cocoapods.git",
"tag": "3.1.2"
},
"source_files": "HyphenateSDK/**/*.{h}",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"frameworks": [
"CoreMedia",
"AudioToolbox",
"AVFoundation",
"ImageIO",
"MobileCoreServices",
"SystemConfiguration"
],
"libraries": [
"c++",
"z",
"resolv",
"sqlite3",
"stdc++.6.0.9"
],
"vendored_libraries": [
"HyphenateSDK/lib/libHyphenateSDK_i386.a",
"HyphenateSDK/lib/libHyphenateSDK_x86_64.a",
"HyphenateSDK/lib/libHyphenateSDK_arm64.a",
"HyphenateSDK/lib/libHyphenateSDK_armv7.a",
"HyphenateSDK/lib/libHyphenateSDK_armv7s.a"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"deprecated": true
}