| { |
| "name": "Hyphenate-SDK", |
| "version": "3.1.3", |
| "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.3" |
| }, |
| "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", |
| "HyphenateSDK/lib/3rdparty/*.a" |
| ], |
| "xcconfig": { |
| "OTHER_LDFLAGS": "-ObjC" |
| }, |
| "deprecated": true |
| } |