[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 8 / 7 / a / MeCall / 0.0.6 / MeCall.podspec.json
blob3ac8807d51014339dfd755b5da5803928d18c630
2   "name": "MeCall",
3   "version": "0.0.6",
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.6"
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   "resources": "Resources/**/*",
28   "frameworks": [
29     "CoreMedia",
30     "VideoToolbox",
31     "AVFoundation",
32     "AudioToolbox"
33   ],
34   "libraries": [
35     "iconv",
36     "xml2",
37     "z",
38     "resolv",
39     "stdc++.6",
40     "sqlite3"
41   ],
42   "vendored_libraries": "liblinphone-sdk/apple-darwin/lib/**/*.a",
43   "pod_target_xcconfig": {
44     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/MeCall/liblinphone-sdk/apple-darwin/include",
45     "OTHER_LDFLAGS": "-read_only_relocs suppress"
46   }