blob: f5602df27db5456047f6e32cc07f05079c5e7719 [file] [log] [blame]
{
"name": "XJSBinding",
"version": "0.1",
"summary": "Javascript binding for Objective-C. Powered by Spidermonkey JS engine.",
"homepage": "https://github.com/xlc/XJSBinding",
"license": "MIT",
"authors": {
"Xiliang Chen": "xlchen1291@gmail.com"
},
"source": {
"git": "https://github.com/xlc/XJSBinding.git",
"tag": "0.1"
},
"source_files": "XJSBinding/**/*.{h,hh,m,mm}",
"private_header_files": [
"*Private.h",
"*.hh"
],
"preserve_paths": "Spidermonkey/**/*",
"header_mappings_dir": "Spidermonkey/include",
"requires_arc": true,
"dependencies": {
"XLCUtils": [
]
},
"libraries": "z",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -ljs_static",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/XJSBinding/Spidermonkey/include\""
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
}
}