[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 8 / 7 / a / MeCall / 0.0.9 / MeCall.podspec.json
blob57827b52397290b807c477b113aba6642987c09d
2   "name": "MeCall",
3   "version": "0.0.9",
4   "homepage": "https://bitbucket.org/u2systems-ios/mecall",
5   "summary": "A VoIP Framework for iOS App",
6   "description": "MeCall is VoIP framework based on SIP protocol that can be integrate into any iOS app, extend with voice calling feature",
7   "license": {
8     "type": "GPLv2",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yep Mun Chun": "munchun.yep@u2systems.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://bitbucket.org/u2systems-ios/mecall.git",
19     "tag": "0.0.9"
20   },
21   "source_files": [
22     "MeCall/**/*.{h,m}",
23     "liblinphone-sdk/apple-darwin/include/**/*.h"
24   ],
25   "public_header_files": "MeCall/**/*.h",
26   "private_header_files": "liblinphone-sdk/apple-darwin/include/**/*.h",
27   "frameworks": [
28     "CoreMedia",
29     "VideoToolbox",
30     "AVFoundation",
31     "AudioToolbox"
32   ],
33   "libraries": [
34     "iconv",
35     "xml2",
36     "z",
37     "resolv",
38     "stdc++.6",
39     "sqlite3"
40   ],
41   "vendored_libraries": "liblinphone-sdk/apple-darwin/lib/**/*.a",
42   "pod_target_xcconfig": {
43     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/MeCall/liblinphone-sdk/apple-darwin/include",
44     "OTHER_LDFLAGS": "-read_only_relocs suppress",
45     "ENABLE_BITCODE": "NO"
46   }