blob: ea42e3cefe2047ecb8251cedc8537766268b32ed [file] [log] [blame]
{
"name": "OffcnIMSDKiOS",
"version": "1.0.0.6",
"summary": "OffcnIMSDKiOS.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitlab.eoffcn.com/zhangyunjie/OffcnIMSDKiOS.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangyunjie": "zhangyunjie@offcn.com"
},
"source": {
"git": "https://gitlab.eoffcn.com/zhangyunjie/OffcnIMSDKiOS.git",
"tag": "1.0.0.6"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": "OffcnIMSDKiOS/Classes/*.h",
"public_header_files": "OffcnIMSDKiOS/Classes/*.h",
"vendored_frameworks": [
"OffcnIMSDKiOS/Frameworks/oimcore.framework"
],
"frameworks": [
"SystemConfiguration",
"CoreTelephony"
],
"vendored_libraries": [
"OffcnIMSDKiOS/Libraries/libOffcnIMSDKiOS.a"
],
"libraries": [
"c++",
"sqlite3",
"xml2",
"resolv"
],
"user_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}