21 Commits

Author SHA1 Message Date
Felix Mau 99257a4ae5 🔖 :: bump version 2018-11-14 14:41:10 +01:00
Felix Mau ffb92d2893 ♻️ :: Apply recommend settings 2018-11-14 14:33:45 +01:00
Felix Mau 9eb15922f0 ♻️ :: run pod install 2018-11-14 14:32:59 +01:00
Felix Mau 604537ca49 ♻️ :: Specify version range for dependency Observable 2018-11-14 14:32:45 +01:00
Felix Mau 368566af40 ⬆️ :: Updated dependencies / Adapt file Observable+ObserverDistinct.swift to new changes 2018-11-14 14:32:05 +01:00
Felix Mau 25526a67bb 🔖 :: bump version 2018-09-22 15:41:46 +02:00
Felix Mau 9c14fba045 ♻️ :: Removed UIColor initializers, as they're not required for the project to work (and it's not very common to use hex color codes in iOS)
If you need them in your project, feel free to copy & paste to following file into you project: https://gist.github.com/fxm90/1350d27abf92af3be59aaa9eb72c9310
2018-09-22 15:22:20 +02:00
Felix Mau 1878c07a19 🐛 :: Fix folder structure not matching project structure 2018-09-08 14:08:52 +02:00
Felix Mau 285551c45f Merge branch 'master' into feature/obersavables 2018-09-03 19:35:44 +02:00
Felix Mau 3975a26232 :: Include Pods in repo in order to make symlink Pods.xcodeproj work (used for Carthage support) 2018-09-03 19:35:02 +02:00
Felix Mau 7720c07cb6 ♻️ :: added flag for handling safe area insets 2018-09-03 19:31:55 +02:00
Felix Mau 691e1305c5 🚸 :: Updated example application 2018-09-03 18:43:05 +02:00
Felix Mau b4c07042c1 Merge branch 'master' into feature/swift-4.2
# Conflicts:
#	.swiftformat
#	Example/Podfile.lock
#	Example/Pods/Local Podspecs/GradientLoadingBar.podspec.json
#	Example/Pods/Manifest.lock
#	Example/Pods/Pods.xcodeproj/project.pbxproj
#	Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/GradientLoadingBar.xcscheme
#	Example/Pods/SwiftFormat/CommandLineTool/swiftformat
#	Example/Pods/SwiftFormat/README.md
#	Example/Pods/SwiftLint/swiftlint
#	Example/Pods/Target Support Files/GradientLoadingBar/GradientLoadingBar.xcconfig
#	Example/Pods/Target Support Files/Pods-GradientLoadingBar_Example/Pods-GradientLoadingBar_Example-acknowledgements.markdown
#	Example/Pods/Target Support Files/Pods-GradientLoadingBar_Example/Pods-GradientLoadingBar_Example-acknowledgements.plist
#	Example/Pods/Target Support Files/Pods-GradientLoadingBar_Example/Pods-GradientLoadingBar_Example-frameworks.sh
#	Example/Pods/Target Support Files/Pods-GradientLoadingBar_Example/Pods-GradientLoadingBar_Example.debug.xcconfig
#	Example/Pods/Target Support Files/Pods-GradientLoadingBar_Example/Pods-GradientLoadingBar_Example.release.xcconfig
#	Example/Pods/Target Support Files/Pods-GradientLoadingBar_Tests/Pods-GradientLoadingBar_Tests.debug.xcconfig
#	Example/Pods/Target Support Files/Pods-GradientLoadingBar_Tests/Pods-GradientLoadingBar_Tests.release.xcconfig
#	GradientLoadingBar/Classes/ViewModel/GradientLoadingBarViewModel.swift
#	Scripts/swift-format.sh
2018-08-19 12:56:54 +02:00
Felix Mau 0c44f6f3a7 * remove pods 2018-08-19 12:43:52 +02:00
Felix Mau c1be80255a * updated cocoapods 2018-08-19 12:17:36 +02:00
Felix Mau f58bb062c4 * refactored project from MVVM with delegates to MVVM with observables 2018-08-19 10:41:08 +02:00
Felix Mau ed722cb70d * updated pods
* added `Observable` pod as dependency for `GradientLoadingBar`
2018-08-18 13:22:34 +02:00
Felix Mau 1a38d8e1aa * updated recommend settings 2018-06-09 10:25:34 +02:00
Felix Mau 143ca017a1 * converted to swift 4.2 2018-06-09 10:25:16 +02:00
Felix Mau a6f855d79c * updated pod in example application 2018-06-04 08:03:15 +02:00
Felix Mau f120514677 * exclude pod directory
This will fix an issue with Carthage, as the `_Pods.xcodeproj` is a symlink to `Example/Pods/Pods.xcodeproj` which now can be resolved.
2018-06-03 11:03:42 +02:00