[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 4 / 7 / WebimClientLibrary / 2.10.0 / WebimClientLibrary.podspec.json
blob98b9a8bbb03090d77076f4d9eec31d07bcfc31a0
2   "name": "WebimClientLibrary",
3   "version": "2.10.0",
4   "authors": {
5     "WEBIM.RU Ltd": "n.lazarev-zubov@webim.ru"
6   },
7   "homepage": "https://webim.ru/integration/mobile-sdk/ios-sdk-howto/",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "summary": "Webim.ru client SDK for iOS.",
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/webim/webim-client-sdk-ios.git",
18     "tag": "2.10.0"
19   },
20   "dependencies": {
21     "AFNetworking": [
22       "< 2.0.0"
23     ]
24   },
25   "source_files": "WebimClientLibrary/**/*",
26   "public_header_files": [
27     "WebimClientLibrary/WMBaseSession.h",
28     "WebimClientLibrary/WMChat.h",
29     "WebimClientLibrary/WMMessage.h",
30     "WebimClientLibrary/WMOfflineSession.h",
31     "WebimClientLibrary/WMOperator.h",
32     "WebimClientLibrary/WMSession.h",
33     "WebimClientLibrary/WMFileParams.h",
34     "WebimClientLibrary/WMImageParams.h",
35     "WebimClientLibrary/WMImageSize.h"
36   ],
37   "prefix_header_contents": "#ifdef __OBJC__\n#import \"NSObject+Block.h\"\n#endif"