Skip to content

Commit b422f08

Browse files
committed
Fixed warnings
1 parent 5094640 commit b422f08

5 files changed

Lines changed: 45 additions & 43 deletions

File tree

DSLoadable.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Pod::Spec.new do |s|
1010
s.name = 'DSLoadable'
1111
s.version = '0.1.0'
1212
s.summary = 'Let\'s embrace non-blocking loading views to build awesome apps!'
13+
s.swift_version = '3.2'
1314

1415
# This description is used to generate tags and improve search results.
1516
# * Think: What does it do? Why did you write it? What is the focus?
@@ -21,11 +22,11 @@ Pod::Spec.new do |s|
2122
To give the user a great user experience, we need to use non-blocking loaders for almost every element that does some asynchronous work. We tend to avoid handling this type of loading by blocking the whole view with a big loader. We don't want to manually add a loading view for each subview in the view controller, and managing them would be very hard. This repo provides fully customizable functions and methods which allows you to easily show loaders for any UIView. You can also plug in your favorite loading animation from another project!
2223
DESC
2324

24-
s.homepage = 'https://github.com/DigitalSymphony/DSLoadable'
25+
s.homepage = 'https://github.com/DigitalSymphony/DSLoadable.git'
2526
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
2627
s.license = { :type => 'MIT', :file => 'LICENSE' }
2728
s.author = { 'MaherKSantina' => 'maher.santina90@gmail.com' }
28-
s.source = { :git => 'https://github.com/DigitalSymphony/DSLoadable', :tag => s.version.to_s }
29+
s.source = { :git => 'https://github.com/DigitalSymphony/DSLoadable.git', :tag => s.version.to_s }
2930
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
3031

3132
s.ios.deployment_target = '8.0'

Example/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ EXTERNAL SOURCES:
2121
:path: "../"
2222

2323
SPEC CHECKSUMS:
24-
DSLoadable: 5190790076f909b345f4232e5ce8cd9af0870e69
24+
DSLoadable: ca6c84e6f66b7e6c32e9f6f0faefca74bfe5b1f6
2525
MSAutoView: d2a5d8f34bda0df50d60e5625998af0b215b773f
2626
NVActivityIndicatorView: ec7440a57af2450319d3a4181cca7da6fc127064
2727

Example/Pods/Local Podspecs/DSLoadable.podspec.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)