Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions SweetAlert.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "SweetAlert"
s.version = "0.1.0"
s.summary = "Thin wrapper around NSURLSession in Swift. Simplifies HTTP requests."
s.homepage = "https://github.com/codestergit/SweetAlert-iOS"
s.summary = "Sweet alert fork by Josue Sierra. Includes loading alerts."
s.homepage = "https://github.com/JosueSierra12/SweetAlert-iOS"
s.license = 'MIT'
s.author = {'codestergit' => 'https://github.com/codestergit/SweetAlert-iOS'}
s.source = { :git => 'https://github.com/codestergit/SweetAlert-iOS.git', :tag => "#{s.version}"}
s.author = {'JosueSierra12' => 'https://github.com/JosueSierra12/SweetAlert-iOS'}
s.source = { :git => 'https://github.com/JosueSierra12/SweetAlert-iOS.git', :tag => "#{s.version}"}
s.ios.deployment_target = '8.0'
s.source_files = 'SweetAlert/*.swift'
s.requires_arc = 'true'
Expand Down
Loading