[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / a / d / 7 / Swig / 0.1.4 / Swig.podspec.json
blob2f40770130aa32aac7be89bcf416fbd2e5fbdeb0
2   "name": "Swig",
3   "version": "0.1.4",
4   "summary": "PJSIP Wrapper for ios",
5   "description": "                       Simplifing the use of pjsip on ios\n",
6   "homepage": "https://github.com/petester42/swig",
7   "license": "MIT",
8   "authors": {
9     "Pierre-Marc Airoldi": "pierremarcairoldi@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/petester42/swig.git",
13     "tag": "0.1.4"
14   },
15   "social_media_url": "https://twitter.com/petester42",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "resources": [
21     "Pod/Assets/*",
22     "Pod/SoundSwitch/*.caf"
23   ],
24   "source_files": [
25     "Pod/Classes/**/*{h,m}",
26     "Pod/SoundSwitch/*{h,m}"
27   ],
28   "preserve_paths": [
29     "Pod/Classes/**/*{h,m}",
30     "Pod/SoundSwitch/*{h,m}"
31   ],
32   "dependencies": {
33     "AFNetworking/Reachability": [
34       "~> 2.3"
35     ],
36     "libextobjc": [
37       "~> 0.4"
38     ],
39     "pjsip-ios": [
40       "~> 0.1"
41     ],
42     "CocoaLumberjack": [
43       "2.0.0-beta"
44     ]
45   },
46   "prefix_header_contents": [
47     "#import <libextobjc/extobjc.h>",
48     "#import <CocoaLumberjack/CocoaLumberjack.h>",
49     "#ifdef DEBUG",
50     "static const int ddLogLevel = LOG_LEVEL_VERBOSE;",
51     "#else",
52     "static const int ddLogLevel = LOG_LEVEL_OFF;",
53     "#endif"
54   ],
55   "xcconfig": {
56     "GCC_PREPROCESSOR_DEFINITIONS": "PJ_AUTOCONF=1",
57     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/pjsip-ios/Pod/pjsip-include",
58     "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/pjsip-ios/Pod/pjsip-lib"
59   }