[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / d / 7 / Swig / 0.1.1 / Swig.podspec.json
blob5b42267d4a97cfae6c3868521fca2d935cf36284
2   "name": "Swig",
3   "version": "0.1.1",
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.1"
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   },
43   "prefix_header_contents": "#import <libextobjc/extobjc.h>",
44   "xcconfig": {
45     "GCC_PREPROCESSOR_DEFINITIONS": "PJ_AUTOCONF=1",
46     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/pjsip-ios/Pod/pjsip-include",
47     "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/pjsip-ios/Pod/pjsip-lib"
48   }