-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fahid Attique
committed
Jul 18, 2017
1 parent
eca1ef9
commit fbdf9ec
Showing
3 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'FAPanels' | ||
s.version = '0.1.0' | ||
s.summary = 'Swift Panels with Transitions' | ||
|
||
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 => 'MIT', :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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters