Skip to content

Instantly share code, notes, and snippets.

@brynbellomy
Created September 21, 2012 17:30
Show Gist options
  • Select an option

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

Select an option

Save brynbellomy/3762785 to your computer and use it in GitHub Desktop.
PSCollectionView podspec
Pod::Spec.new do |s|
s.name = "PSCollectionView"
s.version = "0.0.1"
s.platform = :ios
s.source_files = "*.{h,m}"
# s.frameworks = "CoreMedia", "CoreVideo", "OpenGLES", "QuartzCore", "AVFoundation", "UIKit"
# s.xcconfig = { "PUBLIC_HEADERS_FOLDER_PATH" => "include/$(TARGET_NAME)" }
s.source = { :git => "git://github.com/ptshih/PSCollectionView.git", :commit => '57680c1cf37ce7742866143cf7f3869aa84c5882' }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment