[Add] NEConversationUIKit 10.5.1
[CocoaPods.git] / Specs / c / 8 / f / XJSBinding / 0.1.3 / XJSBinding.podspec.json
blob10fc962b96e8fab1da735dd8a6d4e6c91a4b0fc9
2   "name": "XJSBinding",
3   "version": "0.1.3",
4   "summary": "Javascript binding for Objective-C. Powered by Spidermonkey JS engine.",
5   "homepage": "https://github.com/xlc/XJSBinding",
6   "license": "MIT",
7   "authors": {
8     "Xiliang Chen": "xlchen1291@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/xlc/XJSBinding.git",
12     "tag": "0.1.3"
13   },
14   "source_files": [
15     "XJSBinding/**/*.{h,hh,m,mm}",
16     "Spidermonkey/**/*.h"
17   ],
18   "private_header_files": [
19     "*Private.h",
20     "*.hh"
21   ],
22   "preserve_paths": "Spidermonkey/**/*",
23   "header_mappings_dir": "Spidermonkey/include",
24   "requires_arc": true,
25   "dependencies": {
26     "XLCUtils": [
28     ]
29   },
30   "libraries": "z",
31   "xcconfig": {
32     "OTHER_LDFLAGS": "-ObjC -ljs_static",
33     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/XJSBinding/Spidermonkey/include\" \"${PODS_ROOT}/Headers\"",
34     "LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/XJSBinding/Spidermonkey/${CONFIGURATION}\""
35   },
36   "platforms": {
37     "ios": "6.0",
38     "osx": "10.8"
39   }