blob: 98b9a8bbb03090d77076f4d9eec31d07bcfc31a0 [file] [log] [blame]
{
"name": "WebimClientLibrary",
"version": "2.10.0",
"authors": {
"WEBIM.RU Ltd": "n.lazarev-zubov@webim.ru"
},
"homepage": "https://webim.ru/integration/mobile-sdk/ios-sdk-howto/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Webim.ru client SDK for iOS.",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/webim/webim-client-sdk-ios.git",
"tag": "2.10.0"
},
"dependencies": {
"AFNetworking": [
"< 2.0.0"
]
},
"source_files": "WebimClientLibrary/**/*",
"public_header_files": [
"WebimClientLibrary/WMBaseSession.h",
"WebimClientLibrary/WMChat.h",
"WebimClientLibrary/WMMessage.h",
"WebimClientLibrary/WMOfflineSession.h",
"WebimClientLibrary/WMOperator.h",
"WebimClientLibrary/WMSession.h",
"WebimClientLibrary/WMFileParams.h",
"WebimClientLibrary/WMImageParams.h",
"WebimClientLibrary/WMImageSize.h"
],
"prefix_header_contents": "#ifdef __OBJC__\n#import \"NSObject+Block.h\"\n#endif"
}