[Add] AgoraAudio_Special_iOS 4.3.2.131
[CocoaPods.git] / Specs / c / 8 / f / XJSBinding / 0.1.1 / XJSBinding.podspec.json
blob7afae06f37c1de43ab8d5e98964f75fd664f7c4c
2   "name": "XJSBinding",
3   "version": "0.1.1",
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.1"
13   },
14   "source_files": "XJSBinding/**/*.{h,hh,m,mm}",
15   "private_header_files": [
16     "*Private.h",
17     "*.hh"
18   ],
19   "preserve_paths": "Spidermonkey/**/*",
20   "header_mappings_dir": "Spidermonkey/include",
21   "requires_arc": true,
22   "dependencies": {
23     "XLCUtils": [
25     ]
26   },
27   "libraries": "z",
28   "xcconfig": {
29     "OTHER_LDFLAGS": "-ObjC -ljs_static",
30     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/XJSBinding/Spidermonkey/include\"",
31     "LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/XJSBinding/Spidermonkey/${CONFIGURATION}\""
32   },
33   "platforms": {
34     "ios": "6.0",
35     "osx": "10.8"
36   }