Skip to content

Commit

Permalink
Update EZAlertController.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
thellimist committed Nov 11, 2015
1 parent c6e00a4 commit c80bc29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions EZAlertController.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Check list
# git pull
# change s.version
# pod lib lint SwiftRandom.podspec
# pod lib lint EZAlertController.podspec
# git tag <New Tag>
# git add & git commit
# git push
# pod spec lint SwiftRandom.podspec
# pod trunk push SwiftRandom.podspec
# pod spec lint EZAlertController.podspec
# pod trunk push EZAlertController.podspec

Pod::Spec.new do |s|
s.name = "EZAlertController"
Expand All @@ -21,4 +21,4 @@ s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'EZAlertController.swift'

end
end

0 comments on commit c80bc29

Please sign in to comment.