Skip to content

Commit

Permalink
Swift 4.2 update (#3)
Browse files Browse the repository at this point in the history
* Swift 4.2 update

* Update DSLoadable.podspec

* Update DSLoadable.podspec

* Test dependency removed

* Increased version number to 1.0.0
  • Loading branch information
BalazsSzamody authored and MaherKSantina committed Apr 23, 2019
1 parent a9188ec commit 9367b49
Show file tree
Hide file tree
Showing 37 changed files with 855 additions and 1,369 deletions.
4 changes: 2 additions & 2 deletions DSLoadable.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

Pod::Spec.new do |s|
s.name = 'DSLoadable'
s.version = '0.1.1'
s.version = '1.0.0'
s.summary = 'Let\'s embrace non-blocking loading views to build awesome apps!'
s.swift_version = '3.2'
s.swift_version = '4.2'

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
Expand Down
173 changes: 9 additions & 164 deletions Example/DSLoadable.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0900"
LastUpgradeVersion = "1010"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down Expand Up @@ -40,7 +40,6 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
Expand Down Expand Up @@ -70,7 +69,6 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down
2 changes: 1 addition & 1 deletion Example/DSLoadable/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?


func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
return true
}
Expand Down
5 changes: 0 additions & 5 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,4 @@ target 'DSLoadable_Example' do
pod 'MSAutoView'
pod 'NVActivityIndicatorView'

target 'DSLoadable_Tests' do
inherit! :search_paths


end
end
20 changes: 10 additions & 10 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PODS:
- DSLoadable (0.1.1):
- DSLoadable (1.0.0):
- MSAutoView
- MSAutoView (2.8.0)
- NVActivityIndicatorView (4.4.0):
- NVActivityIndicatorView/Presenter (= 4.4.0)
- NVActivityIndicatorView/Presenter (4.4.0)
- MSAutoView (3.1.0)
- NVActivityIndicatorView (4.6.1):
- NVActivityIndicatorView/Presenter (= 4.6.1)
- NVActivityIndicatorView/Presenter (4.6.1)

DEPENDENCIES:
- DSLoadable (from `../`)
Expand All @@ -21,10 +21,10 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
DSLoadable: fa26560d93774bbf92902998c28a95c584d977d8
MSAutoView: d2a5d8f34bda0df50d60e5625998af0b215b773f
NVActivityIndicatorView: ec7440a57af2450319d3a4181cca7da6fc127064
DSLoadable: 900613998688eabf2dfe18b9a04eb2a209100e30
MSAutoView: 3087530f735587bc54ffc727d7c593e7027fa43f
NVActivityIndicatorView: 4ca19fccc84595a78957336a086d00a49be6ce61

PODFILE CHECKSUM: 2afea4c548067bf45270358d5186259f9b215753
PODFILE CHECKSUM: 16858abcf1b214103e88a5be931ca5aea70fd97a

COCOAPODS: 1.5.3
COCOAPODS: 1.6.0
6 changes: 3 additions & 3 deletions Example/Pods/Local Podspecs/DSLoadable.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Example/Pods/MSAutoView/MSAutoView/Classes/MSAutoView.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 21 additions & 26 deletions Example/Pods/NVActivityIndicatorView/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9367b49

Please sign in to comment.