blob: eab0fe2149bdea0301186659a5c0a041539d605f [file] [log] [blame]
{
"name": "floo-ios",
"version": "2.0.1",
"summary": "美信拓扑 IM SDK",
"description": "floo-ios是一款专业的跨平台IM SDK。",
"homepage": "https://www.maximtop.com/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"maximtop’": "im.maxim.top@gmail.com"
},
"source": {
"git": "https://github.com/maxim-top/packages.git",
"tag": "2.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "lib/floo-ios.framework/Headers/*.{h}",
"vendored_frameworks": "lib/floo-ios.framework",
"frameworks": [
"UIKit",
"QuartzCore",
"ImageIO",
"CoreVideo",
"CoreMedia",
"CoreGraphics",
"AVFoundation",
"AssetsLibrary"
],
"libraries": [
"sqlite3",
"c++abi",
"stdc++",
"z",
"c++",
"resolv"
],
"vendored_libraries": "lib/libcrypto/libcrypto.a",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}