Skip to content

Commit

Permalink
Update to Swift 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhvl-Golakiya committed Dec 21, 2016
1 parent 28a43e5 commit d6aa98b
Show file tree
Hide file tree
Showing 16 changed files with 1,708 additions and 3,495 deletions.
4 changes: 2 additions & 2 deletions DGSwiftExtension.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

Pod::Spec.new do |s|
s.name = "DGSwiftExtension"
s.version = "0.1.0"
s.version = "1.0.0"
s.summary = "Swift extensions for regular use of classes and views"
s.homepage = "https://github.com/Dhvl-Golakiya/DGSwiftExtension"
s.license = 'MIT'
s.author = { "dhvl-golakiya" => "[email protected]" }
s.source = { :git => "https://github.com/Dhvl-Golakiya/DGSwiftExtension.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/Dhvl_Golakiya'
s.platform = :ios, '8.0'
s.platform = :ios, '9.0'
s.requires_arc = true
s.source_files = 'Pod/Classes/**/*'
s.resource_bundles = {
Expand Down
Loading

0 comments on commit d6aa98b

Please sign in to comment.