[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / a / d / 7 / Swig / 0.2.0 / Swig.podspec.json
blob5cdc8ef74f8b57cadb76426709030e0ac4c6129d
2   "name": "Swig",
3   "version": "0.2.0",
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.2.0"
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-rc"
44     ]
45   },
46   "xcconfig": {
47     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PJ_AUTOCONF=1",
48     "HEADER_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/pjsip-ios/Pod/pjsip-include $(SOURCE_ROOT)/../Pod/pjsip-include"
49   }