Skip to content

Commit

Permalink
Make the podspec validate
Browse files Browse the repository at this point in the history
The podspec is now valid in keeping with the pod lint command.
  • Loading branch information
thechrisoshow committed Feb 13, 2013
1 parent 1510f05 commit a1e83c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions OCMapView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = 'OCMapView'
s.version = '1.0'
s.platform = :ios
s.summary = 'Simple and easy to use clustering mapView for iOS'
s.summary = 'Simple and easy to use clustering mapView for iOS.'
s.homepage = 'https://github.com/XBeg9/OCMapView'

This comment has been minimized.

Copy link
@thechrisoshow

thechrisoshow Feb 13, 2013

Author Owner

Just noticed that this is the wrong repo! This should be changed to yinkou

s.author = { 'Botond Kis' => 'boti.kis@gmx.at' }
s.source = { :git => 'https://github.com/XBeg9/OCMapView.git', :tag => '1.0' }

This comment has been minimized.

Copy link
@thechrisoshow

thechrisoshow Feb 13, 2013

Author Owner

Also, you should create tags to keep up with the different versions

Expand All @@ -14,4 +14,5 @@ Pod::Spec.new do |s|
s.requires_arc = false
s.source_files = 'OCMapView'
s.frameworks = 'MapKit', 'CoreLocation'
end
s.license = "LICENSE.txt"
end

0 comments on commit a1e83c8

Please sign in to comment.