Skip to content

Commit

Permalink
[Add] JAViewController (0.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilling committed Oct 13, 2012
1 parent 9711a9b commit 41bd4fe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions JAViewController/0.0.1/JAViewController.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "JAViewController"
s.version = "0.0.1"
s.summary = "A subclass of NSViewController that's actually useful."
s.homepage = "https://github.com/joshaber/JAViewController"
s.license = { :type => "Custom permissive license", :text => 'Copyright (c) 2010 Maybe Apps. All rights reserved.' }
s.author = { "Josh Abernathy" => "josh@github.com" }
s.source = { :git => "https://github.com/joshaber/JAViewController.git", :commit => '78de6f13710bf18fb535e4aef653f2a0633d7c95' }
s.platform = :osx
s.source_files = FileList['*.{h,m}'].exclude("/Demo")
s.requires_arc = false
end

0 comments on commit 41bd4fe

Please sign in to comment.