From fbdf9ec06cb9eec5a278fa6fc5e251e86e1334c2 Mon Sep 17 00:00:00 2001 From: Fahid Attique Date: Wed, 19 Jul 2017 03:01:38 +0500 Subject: [PATCH] podspecs added --- .DS_Store | Bin 6148 -> 6148 bytes FAPaginationLayout.podspec | 19 +++++++++++++++++++ FAPanels.xcodeproj/project.pbxproj | 4 ++++ 3 files changed, 23 insertions(+) create mode 100644 FAPaginationLayout.podspec diff --git a/.DS_Store b/.DS_Store index 2e8b6dc379d2eb2548f546c76b0146a6cfb92c2d..a9140e4d54344be1494fc0f24587ed55041b8b5c 100644 GIT binary patch delta 56 zcmZoMXffE}#K?5=;p7@dt;ulQH#u2Lk diff --git a/FAPaginationLayout.podspec b/FAPaginationLayout.podspec new file mode 100644 index 0000000..d7fee29 --- /dev/null +++ b/FAPaginationLayout.podspec @@ -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 diff --git a/FAPanels.xcodeproj/project.pbxproj b/FAPanels.xcodeproj/project.pbxproj index ffc8d7a..9662338 100644 --- a/FAPanels.xcodeproj/project.pbxproj +++ b/FAPanels.xcodeproj/project.pbxproj @@ -7,6 +7,7 @@ objects = { /* Begin PBXBuildFile section */ + 291FAD7E1F1EBC150071F0DF /* FAPaginationLayout.podspec in Resources */ = {isa = PBXBuildFile; fileRef = 291FAD7D1F1EBC150071F0DF /* FAPaginationLayout.podspec */; }; 293F78561EFEF2AB00D273F1 /* FAPanel+Gestures.swift in Sources */ = {isa = PBXBuildFile; fileRef = 293F78551EFEF2AB00D273F1 /* FAPanel+Gestures.swift */; }; 293F78581EFEF50700D273F1 /* UIViewController+FAPanel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 293F78571EFEF50700D273F1 /* UIViewController+FAPanel.swift */; }; 293F785A1EFEF53300D273F1 /* FAPanel+KVO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 293F78591EFEF53300D273F1 /* FAPanel+KVO.swift */; }; @@ -67,6 +68,7 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ + 291FAD7D1F1EBC150071F0DF /* FAPaginationLayout.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = FAPaginationLayout.podspec; sourceTree = ""; }; 293F78551EFEF2AB00D273F1 /* FAPanel+Gestures.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "FAPanel+Gestures.swift"; sourceTree = ""; }; 293F78571EFEF50700D273F1 /* UIViewController+FAPanel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIViewController+FAPanel.swift"; sourceTree = ""; }; 293F78591EFEF53300D273F1 /* FAPanel+KVO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "FAPanel+KVO.swift"; sourceTree = ""; }; @@ -217,6 +219,7 @@ 29641F641EEC1A5400E41BA5 = { isa = PBXGroup; children = ( + 291FAD7D1F1EBC150071F0DF /* FAPaginationLayout.podspec */, 297829D01F1B9CD3007A570F /* LICENSE */, 297829D11F1B9CD3007A570F /* README.md */, 29641F6F1EEC1A5500E41BA5 /* FAPanels */, @@ -496,6 +499,7 @@ 2950AE461F15637100550200 /* IQKeyboardManager.bundle in Resources */, 297829D21F1B9CD3007A570F /* LICENSE in Resources */, 29B4D1721F12BF110028CB4E /* LeftMenuCell.xib in Resources */, + 291FAD7E1F1EBC150071F0DF /* FAPaginationLayout.podspec in Resources */, 29641F781EEC1A5500E41BA5 /* Assets.xcassets in Resources */, 29641F761EEC1A5500E41BA5 /* Main.storyboard in Resources */, );