[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / c / 8 / f / XJSBinding / 0.1 / XJSBinding.podspec.json
blobf5602df27db5456047f6e32cc07f05079c5e7719
2   "name": "XJSBinding",
3   "version": "0.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"
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   },
32   "platforms": {
33     "ios": "6.0",
34     "osx": "10.8"
35   }