-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathAWLoader.podspec
More file actions
18 lines (18 loc) · 879 Bytes
/
AWLoader.podspec
File metadata and controls
18 lines (18 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = "AWLoader"
s.version = "1.0.1"
s.summary = "AWLoader is a UI Compoonent that allows you to integrate a loader that fits your needs within your app."
s.description = <<-DESC
AWLoader is a UI Compoonent that allows you to integrate a loader that fits your needs within your app."
DESC
s.homepage = "https://github.com/Aymenworks/AWLoader"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Aymen Rebouh" => "aymenmse@gmail.com" }
s.requires_arc = true
s.ios.deployment_target = '9.0'
s.source = { :git => "https://github.com/Aymenworks/AWLoader.git", :tag => "#{s.version}" }
s.source_files = ['AWLoader/**/*.{swift,h}']
s.public_header_files = 'AWLoader/**/*.h'
s.swift_version = "5.0"
s.social_media_url = "https://twitter.com/aymenworks"
end