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

Commit 3571e14

Browse files
AnandAnand
Anand
authored and
Anand
committed
Merge remote-tracking branch 'origin/master'
2 parents 3c11827 + be41962 commit 3571e14

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

ANLoader/1.1.0/ANLoader.podspec

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
3+
Pod::Spec.new do |s|
4+
s.name = 'ANLoader'
5+
s.version = '1.1.0'
6+
s.summary = 'ANLoader view helps for creating loading view in just a single lines of code.'
7+
8+
9+
s.description = <<-DESC
10+
ANLoader is a simple to use Loading-Library
11+
This fantastic Loading view easy to create simply in a single line.
12+
DESC
13+
s.homepage = 'https://github.com/anscoder/ANLoader'
14+
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
15+
s.license = { :type => 'MIT', :file => 'LICENSE' }
16+
s.author = { 'anscoder' => 'nimjea@gmail.com' }
17+
s.source = { :git => 'https://github.com/anscoder/ANLoader.git', :tag => s.version.to_s }
18+
s.social_media_url = 'https://twitter.com/anand8402'
19+
20+
s.ios.deployment_target = '9.0'
21+
s.source_files = 'ANLoader/Classes/**/*'
22+
s.frameworks = 'UIKit'
23+
24+
end

0 commit comments

Comments
 (0)