Last active
February 18, 2016 16:03
-
-
Save siuying/39c1c8f2836364948e7e to your computer and use it in GitHub Desktop.
JXcore podspec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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