blob: 071ff3a9b47a9b2450b8e48b9b49faa4a76288c6 [file] [log] [blame]
{
"name": "EaseMobSDK",
"version": "2.0.6",
"license": "MIT",
"summary": "An Objective-C client for IM service",
"homepage": "https://github.com/winterSleep/EasemobSDK/",
"authors": {
"EaseMob Inc.": "lizhiping@easemob.com"
},
"source": {
"git": "https://github.com/easemob/sdk-ios-cocoapods.git",
"tag": "2.0.6"
},
"source_files": "EaseMobSDK/**/*.{h}",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"MapKit",
"ImageIO",
"CoreLocation",
"Security",
"MobileCoreServices",
"SystemConfiguration",
"AddressBook",
"CFNetwork",
"CoreGraphics"
],
"libraries": [
"iconv",
"xml2",
"z",
"resolv",
"stdc++"
],
"resources": "EaseMobSDK/resources/EaseMob.bundle",
"vendored_libraries": "EaseMobSDK/lib/libEaseMobClientSDKLite.a",
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
}
}