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

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand authored and Anand committed Dec 20, 2017
2 parents 3c11827 + be41962 commit 3571e14
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions ANLoader/1.1.0/ANLoader.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@


Pod::Spec.new do |s|
s.name = 'ANLoader'
s.version = '1.1.0'
s.summary = 'ANLoader view helps for creating loading view in just a single lines of code.'


s.description = <<-DESC
ANLoader is a simple to use Loading-Library
This fantastic Loading view easy to create simply in a single line.
DESC
s.homepage = 'https://github.com/anscoder/ANLoader'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'anscoder' => 'nimjea@gmail.com' }
s.source = { :git => 'https://github.com/anscoder/ANLoader.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/anand8402'

s.ios.deployment_target = '9.0'
s.source_files = 'ANLoader/Classes/**/*'
s.frameworks = 'UIKit'

end

0 comments on commit 3571e14

Please sign in to comment.