Skip to content

Instantly share code, notes, and snippets.

@happyrobots
Created April 30, 2014 03:16
Show Gist options
  • Save happyrobots/8141087da1d288da8dc0 to your computer and use it in GitHub Desktop.
Save happyrobots/8141087da1d288da8dc0 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'JSMessagesViewController'
s.version = '4.0.4'
s.summary = 'A messages UI for iPhone and iPad.'
s.homepage = 'https://github.com/jessesquires/MessagesTableViewController'
s.social_media_url = 'https://twitter.com/jesse_squires'
s.license = 'MIT'
s.authors = { 'Jesse Squires' => 'jesse.squires.developer@gmail.com' }
s.source = { :git => 'https://github.com/nmutiara/MessagesTableViewController.git' }
s.platform = :ios, '6.0'
s.source_files = 'JSMessagesViewController/Classes/**/*'
s.resources = 'JSMessagesViewController/Resources/**/**/*'
s.frameworks = 'QuartzCore'
s.requires_arc = true
s.dependency 'JSQSystemSoundPlayer'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment