Skip to content
This repository was archived by the owner on Feb 24, 2024. It is now read-only.

Commit 3b42770

Browse files
Anand NimjeAnand Nimje
Anand Nimje
authored and
Anand Nimje
committed
New Release for Swift 4.0 support.
1 parent 50665c6 commit 3b42770

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ANLoader.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.new do |s|
44
s.name = 'ANLoader'
5-
s.version = '0.1.0'
5+
s.version = '0.1.1'
66
s.summary = 'ANLoader view helps for creating loading view in just a single lines of code.'
77

88

@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.source = { :git => 'https://github.com/anscoder/ANLoader.git', :tag => s.version.to_s }
1818
s.social_media_url = 'https://twitter.com/anand8402'
1919

20-
s.ios.deployment_target = '8.0'
20+
s.ios.deployment_target = '9.0'
2121
s.source_files = 'ANLoader/Classes/**/*'
2222
s.frameworks = 'UIKit'
2323

0 commit comments

Comments
 (0)