[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 8 / f / XJSBinding / 0.1.2 / XJSBinding.podspec.json
blob0833c68e1fa416ab1560d4a71acab9d993e4f48a
2   "name": "XJSBinding",
3   "version": "0.1.2",
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.2"
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\"",
34     "LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/XJSBinding/Spidermonkey/${CONFIGURATION}\""
35   },
36   "platforms": {
37     "ios": "6.0",
38     "osx": "10.8"
39   }