Skip to content

Instantly share code, notes, and snippets.

@meniku
Last active December 22, 2015 09:29
Show Gist options
  • Save meniku/6452031 to your computer and use it in GitHub Desktop.
Save meniku/6452031 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = "ARToolKit"
s.version = "0.0.3"
s.summary = "Augumented Reality Tookit."
s.homepage = "https://github.com/nielswh/iPhone-AR-Toolkit"
s.license = 'Agilite Software'
s.author = { "nielswh" => "" }
s.source = { :git => "https://github.com/a1phanumeric/iPhone-AR-Toolkit", :commit => "1b44aca9b9090ed641dd5c3ee35770f2bf2fcdb1" }
s.platform = :ios, '6.0'
s.source_files = 'ARKit'
s.resources = [ 'ARKit/Images/*.png' ]
s.frameworks = 'CoreLocation', 'UIKit', "AVFoundation", "MapKit", "QuartzCore"
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment