Skip to content

Commit

Permalink
Update podspec to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
neilco committed Jun 1, 2016
1 parent 6e163f2 commit b4509e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EventSource.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.homepage = "http://github.com/neilco/EventSource"
s.license = 'MIT (see LICENSE.txt)'
s.author = { "Neil Cowburn" => "[email protected]" }
s.source = { :git => "https://github.com/neilco/EventSource.git", :tag => "1.0.0" }
s.source = { :git => "https://github.com/neilco/EventSource.git", :tag => "1.0.2" }
s.source_files = 'EventSource', 'EventSource/EventSource.{h,m}'
s.ios.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '$(inherited) "$(SDKROOT)/Developer/Library/Frameworks" "$(DEVELOPER_LIBRARY_DIR)/Frameworks"' }
s.osx.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '$(inherited) "$(DEVELOPER_LIBRARY_DIR)/Frameworks"' }
Expand Down

0 comments on commit b4509e2

Please sign in to comment.