Skip to content

Commit

Permalink
Add support for Swift Package Manager (#2)
Browse files Browse the repository at this point in the history
* Add support for Swift Package Manager

* update readme and package file
  • Loading branch information
christianhatch authored Sep 4, 2022
1 parent 4db4bc8 commit 87c726f
Show file tree
Hide file tree
Showing 65 changed files with 81 additions and 3,094 deletions.
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

7 changes: 3 additions & 4 deletions Derulo.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Derulo'
s.version = '1.6.0'
s.version = '1.7.0'
s.summary = 'A flexible collection of Swift protocols and helpers to organize and manage translating between JSON and native Swift objects.'

s.description = <<-DESC
Expand All @@ -30,8 +30,7 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://twitter.com/commodoreftp'

s.swift_version = '5.0'
s.ios.deployment_target = '8.0'
s.ios.deployment_target = '9.0'

s.source_files = 'Derulo/*.swift'

s.source_files = 'Sources/Derulo/*.swift'
end
605 changes: 0 additions & 605 deletions Example/Derulo.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions Example/Derulo.xcworkspace/contents.xcworkspacedata

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions Example/Derulo/AppDelegate.swift

This file was deleted.

41 changes: 0 additions & 41 deletions Example/Derulo/Base.lproj/LaunchScreen.xib

This file was deleted.

25 changes: 0 additions & 25 deletions Example/Derulo/Base.lproj/Main.storyboard

This file was deleted.

48 changes: 0 additions & 48 deletions Example/Derulo/Images.xcassets/AppIcon.appiconset/Contents.json

This file was deleted.

39 changes: 0 additions & 39 deletions Example/Derulo/Info.plist

This file was deleted.

16 changes: 0 additions & 16 deletions Example/Derulo/ViewController.swift

This file was deleted.

10 changes: 0 additions & 10 deletions Example/Podfile

This file was deleted.

Loading

0 comments on commit 87c726f

Please sign in to comment.