[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / e / 0 / taresip / 0.1.1 / taresip.podspec.json
blobb11157cfddf20083d3525b9f79eda9a6ad843303
2   "name": "taresip",
3   "version": "0.1.1",
4   "authors": {
5     "Michel Atucha": "miche.atucha@gmail.com"
6   },
7   "homepage": "https://github.com/miche-atucha/taresip",
8   "summary": "Cocoapod for baresip.",
9   "source": {
10     "git": "https://github.com/miche-atucha/taresip.git",
11     "tag": "0.1.1"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "license": {
17     "type": "BSD",
18     "file": "LICENSE"
19   },
20   "description": "Baresip is a portable and modular SIP User-Agent with audio and video support.",
21   "source_files": [
22     "build/baresip/include/**",
23     "build/re/include/**",
24     "build/rem/include/**"
25   ],
26   "public_header_files": [
27     "build/baresip/include/**",
28     "build/re/include/**",
29     "build/rem/include/**"
30   ],
31   "preserve_paths": [
32     "build/baresip/include/**/*",
33     "build/re/include/**/*",
34     "build/rem/include/**/*"
35   ],
36   "vendored_libraries": "build/lib/*.a",
37   "xcconfig": {
38     "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/taresip/build/baresip/include\" \"$(PODS_ROOT)/taresip/build/re/include\" \"$(PODS_ROOT)/taresip/build/rem/include\"",
39     "GCC_PREPROCESSOR_DEFINITIONS": "PJ_AUTOCONF=1"
40   },
41   "frameworks": [
42     "CFNetwork",
43     "AudioToolbox",
44     "AVFoundation",
45     "CoreMedia",
46     "SystemConfiguration"
47   ],
48   "libraries": [
49     "stdc++",
50     "resolv.9"
51   ],
52   "requires_arc": false