Skip to content

Commit

Permalink
Update JSQMessagesViewController.podspec
Browse files Browse the repository at this point in the history
Probably a dozen times, people have forked this lib and published to CP without updating the spec, so then their fork is attributed to me. Prevent this kind of nonsense.

Recently happened again:
https://twitter.com/jesse_squires/status/960631218072035330
  • Loading branch information
jessesquires committed Feb 7, 2018
1 parent d0adcfe commit 9343b8f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions JSQMessagesViewController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,10 @@ Pod::Spec.new do |s|
s.name = 'JSQMessagesViewController'
s.version = '7.3.5'
s.summary = 'An elegant messages UI library for iOS.'
s.homepage = 'http://jessesquires.github.io/JSQMessagesViewController'
s.license = 'MIT'
s.platform = :ios, '7.0'

s.author = 'Jesse Squires'
s.social_media_url = 'https://twitter.com/jesse_squires'

s.screenshots = ['https://raw.githubusercontent.com/jessesquires/JSQMessagesViewController/develop/Screenshots/screenshot0.png',
'https://raw.githubusercontent.com/jessesquires/JSQMessagesViewController/develop/Screenshots/screenshot1.png',
'https://raw.githubusercontent.com/jessesquires/JSQMessagesViewController/develop/Screenshots/screenshot2.png',
'https://raw.githubusercontent.com/jessesquires/JSQMessagesViewController/develop/Screenshots/screenshot3.png']

s.source = { :git => 'https://github.com/jessesquires/JSQMessagesViewController.git', :tag => s.version }
s.source_files = 'JSQMessagesViewController/**/*.{h,m}'
Expand Down

0 comments on commit 9343b8f

Please sign in to comment.