Skip to content

Instantly share code, notes, and snippets.

@brynbellomy
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save brynbellomy/60a7ab8dc76d8e4faa64 to your computer and use it in GitHub Desktop.

Select an option

Save brynbellomy/60a7ab8dc76d8e4faa64 to your computer and use it in GitHub Desktop.
JSTilemap.podspec
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