forked from fahidattique55/FAPanels
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFAPanels.podspec
More file actions
19 lines (15 loc) · 747 Bytes
/
FAPanels.podspec
File metadata and controls
19 lines (15 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.swift_version = '4.2'
s.name = 'FAPanels'
s.version = '1.0.2'
s.summary = 'Swift Panels with Animations'
s.description = <<-DESC
Panels support left, right and center containers. Useful to show left and right side menus
DESC
s.homepage = 'https://github.com/fahidattique55/FAPanels'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.author = { 'Fahid Attique' => 'fahidattique55@gmail.com' }
s.source = { :git => 'https://github.com/fahidattique55/FAPanels.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.source_files = 'FAPanels/Classes/**/*.{swift}'
end