Skip to content

Commit

Permalink
podspec updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SKrotkih committed Feb 15, 2018
1 parent 7094c0f commit c88e24e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions YTLiveStreaming.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ Pod::Spec.new do |s|
# Make for new version:
# 1. git tag 0.2.6
# 2. git push -u origin master --tags
# 3. pod spec lint YTLiveStreaming.podspec --allow-warnings
# 3. pod spec lint YTLiveStreaming.podspec --allow-warnings --swift-version=4.0
# Push podspec with the new version info
# Create session:
# 4. pod trunk register sergey.krotkih@gmail.com "Sergey Krotkih" --description="CocoaPods Session for the YTLiveStreaming"
# 5. pod trunk push YTLiveStreaming.podspec --verbose --allow-warnings
# 5. pod trunk push YTLiveStreaming.podspec --verbose --allow-warnings --swift-version=4.0

s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Sergey Krotkih" => "sergey.krotkih@gmail.com" }
Expand Down

0 comments on commit c88e24e

Please sign in to comment.