Last active
August 29, 2015 14:13
-
-
Save brynbellomy/60a7ab8dc76d8e4faa64 to your computer and use it in GitHub Desktop.
JSTilemap.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 |s| | |
| s.name = 'JSTilemap' | |
| s.version = '0.0.1' | |
| s.license = 'WTFPL' | |
| s.summary = 'Podspec for JSTilemap (not mine)' | |
| s.authors = { 'bryn austin bellomy' => 'bryn.bellomy@gmail.com' } | |
| s.platform = :osx, '10.10' | |
| s.libraries = ['z'] | |
| s.frameworks = ['SpriteKit'] | |
| s.source = { :git => 'https://github.com/brynbellomy/JSTilemap.git' } | |
| s.source_files = "LFCGzipUtility.{m,h}", "TMXMapSample/JSTileMap.{m,h}" | |
| end | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment