Skip to content

Commit

Permalink
Fixed warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
MaherKSantina committed Oct 19, 2018
1 parent 5094640 commit b422f08
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 43 deletions.
5 changes: 3 additions & 2 deletions DSLoadable.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Pod::Spec.new do |s|
s.name = 'DSLoadable'
s.version = '0.1.0'
s.summary = 'Let\'s embrace non-blocking loading views to build awesome apps!'
s.swift_version = '3.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 All @@ -21,11 +22,11 @@ Pod::Spec.new do |s|
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!
DESC

s.homepage = 'https://github.com/DigitalSymphony/DSLoadable'
s.homepage = 'https://github.com/DigitalSymphony/DSLoadable.git'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'MaherKSantina' => '[email protected]' }
s.source = { :git => 'https://github.com/DigitalSymphony/DSLoadable', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/DigitalSymphony/DSLoadable.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '8.0'
Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
DSLoadable: 5190790076f909b345f4232e5ce8cd9af0870e69
DSLoadable: ca6c84e6f66b7e6c32e9f6f0faefca74bfe5b1f6
MSAutoView: d2a5d8f34bda0df50d60e5625998af0b215b773f
NVActivityIndicatorView: ec7440a57af2450319d3a4181cca7da6fc127064

Expand Down
5 changes: 3 additions & 2 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.

2 changes: 1 addition & 1 deletion Example/Pods/Manifest.lock

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

74 changes: 37 additions & 37 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

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

0 comments on commit b422f08

Please sign in to comment.