[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 8 / 6 / restcomm-ios-sdk / 1.0.0-beta.4.2.1 / restcomm-ios-sdk.podspec.json
blobbe31891e999ebc498a5137b46753b4169977a081
2   "name": "restcomm-ios-sdk",
3   "version": "1.0.0-beta.4.2.1",
4   "summary": "Restcomm iOS SDK",
5   "description": "iOS Mobile SDK to easily integrate communication features (messaging, presence, voice, video, screensharing) based on RestComm into native Mobile Applications. More more information on Restcomm, please check http://www.restcomm.org/",
6   "homepage": "https://github.com/RestComm/restcomm-ios-sdk",
7   "license": "AGPL version 3",
8   "authors": "Telestax Inc.",
9   "source": {
10     "git": "https://github.com/RestComm/restcomm-ios-sdk.git",
11     "tag": "1.0.0-beta.4.2.1"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source_files": "RestCommClient/Classes/**/*",
17   "libraries": [
18     "c++",
19     "sqlite3",
20     "resolv"
21   ],
22   "public_header_files": [
23     "RestCommClient/Classes/RC*.h",
24     "RestCommClient/Classes/RestCommClient.h"
25   ],
26   "ios": {
27     "dependencies": {
28       "sofia-sip-library": [
30       ],
31       "webrtc-framework": [
33       ],
34       "TestFairy": [
36       ]
37     }
38   },
39   "xcconfig": {
40     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/Public/sofia-sip-library/sofiasip\""
41   }