Skip to content

Instantly share code, notes, and snippets.

@siuying
Last active February 18, 2016 16:03
Show Gist options
  • Select an option

  • Save siuying/39c1c8f2836364948e7e to your computer and use it in GitHub Desktop.

Select an option

Save siuying/39c1c8f2836364948e7e to your computer and use it in GitHub Desktop.
JXcore podspec
Pod::Spec.new do |spec|
spec.name = 'JXcore'
spec.version = '0.3.11'
spec.license = { :type => 'JXCORE', :file => 'JXCORE_LICENSE' }
spec.homepage = 'https://github.com/jxcore/jxcore'
spec.authors = { 'JXcore Contributors' => 'https://github.com/jxcore/jxcore/graphs/contributors' }
spec.summary = 'ARC Evented IO for Chakra, SpiderMonkey & V8 JavaScript.'
spec.source = { :http => 'https://jxcore.s3.amazonaws.com/0311/jx_iosFATsm.zip' }
spec.public_header_files = '*.h'
spec.vendored_libraries = [
'cares',
'chrome_zlib',
'http_parser',
'jx',
'leveldb',
'leveldown',
'mozjs',
'openssl',
'snapppy',
'sqlite3',
'uv'
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment