blob: f0abb4abbdccce2f37a323a9b7416a0a31ec2d63 [file] [log] [blame]
{
"name": "EaseMobSDK",
"version": "2.3.3",
"license": "MIT",
"summary": "An Objective-C client for IM service",
"homepage": "https://github.com/easemob/sdk-ios-cocoapods",
"authors": {
"EaseMob Inc.": "admin@easemob.com"
},
"source": {
"git": "https://github.com/easemob/sdk-ios-cocoapods.git",
"tag": "2.3.3"
},
"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++",
"sqlite3",
"stdc++.6"
],
"resources": "EaseMobSDK/resources/EaseMob.bundle",
"vendored_libraries": [
"EaseMobSDK/lib/libEaseMobClientSDKLite.a"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}