Skip to content

Commit

Permalink
Merge pull request #10 from evnaz/developer
Browse files Browse the repository at this point in the history
Project update
  • Loading branch information
evnaz committed Oct 2, 2014
2 parents 8287e6e + 81641b7 commit 680fb31
Show file tree
Hide file tree
Showing 22 changed files with 43 additions and 202 deletions.
27 changes: 27 additions & 0 deletions ENSwiftSideMenu.podspec
@@ -0,0 +1,27 @@
#
# Be sure to run `pod spec lint ENSwiftSideMenu.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#

Pod::Spec.new do |s|

s.name = "ENSwiftSideMenu"
s.version = "0.0.1"
s.summary = "A simple side menu for iOS 7/8"
s.homepage = "https://github.com/evnaz/ENSwiftSideMenu"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Evgeny Nazarov" => "e.nazarov@yahoo.com" }

s.platform = :ios, '7.0'
s.source = { :git => "https://github.com/evnaz/ENSwiftSideMenu.git", :tag => "0.0.1" }

s.source_files = "Library"

s.ios.frameworks = 'QuartzCore'

# s.dependency "JSONKit", "~> 1.4"

end
Expand Up @@ -9,8 +9,8 @@
/* Begin PBXBuildFile section */
1429137D19D97A4F0025188A /* MyMenuTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1429137C19D97A4F0025188A /* MyMenuTableViewController.swift */; };
1429139319DA9F4D0025188A /* MyNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1429139219DA9F4D0025188A /* MyNavigationController.swift */; };
1429139919DAA9FF0025188A /* ENSideMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1429139619DAA9FF0025188A /* ENSideMenu.swift */; };
1429139A19DAA9FF0025188A /* ENSideMenuNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1429139719DAA9FF0025188A /* ENSideMenuNavigationController.swift */; };
14EAB63D19DD4E95006A90FC /* ENSideMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14EAB63B19DD4E95006A90FC /* ENSideMenu.swift */; };
14EAB63E19DD4E95006A90FC /* ENSideMenuNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14EAB63C19DD4E95006A90FC /* ENSideMenuNavigationController.swift */; };
5C132589198E2A9A00CA49BE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C132588198E2A9A00CA49BE /* AppDelegate.swift */; };
5C13258B198E2A9A00CA49BE /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C13258A198E2A9A00CA49BE /* ViewController.swift */; };
5C13258E198E2A9A00CA49BE /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5C13258C198E2A9A00CA49BE /* Main.storyboard */; };
Expand All @@ -32,8 +32,8 @@
/* Begin PBXFileReference section */
1429137C19D97A4F0025188A /* MyMenuTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MyMenuTableViewController.swift; sourceTree = "<group>"; };
1429139219DA9F4D0025188A /* MyNavigationController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MyNavigationController.swift; sourceTree = "<group>"; };
1429139619DAA9FF0025188A /* ENSideMenu.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ENSideMenu.swift; sourceTree = "<group>"; };
1429139719DAA9FF0025188A /* ENSideMenuNavigationController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ENSideMenuNavigationController.swift; sourceTree = "<group>"; };
14EAB63B19DD4E95006A90FC /* ENSideMenu.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ENSideMenu.swift; sourceTree = "<group>"; };
14EAB63C19DD4E95006A90FC /* ENSideMenuNavigationController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ENSideMenuNavigationController.swift; sourceTree = "<group>"; };
5C132583198E2A9A00CA49BE /* SwiftSideMenu.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftSideMenu.app; sourceTree = BUILT_PRODUCTS_DIR; };
5C132587198E2A9A00CA49BE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
5C132588198E2A9A00CA49BE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -83,13 +83,14 @@
name = Controllers;
sourceTree = "<group>";
};
1429139519DAA9FF0025188A /* Library */ = {
14EAB63A19DD4E95006A90FC /* Library */ = {
isa = PBXGroup;
children = (
1429139619DAA9FF0025188A /* ENSideMenu.swift */,
1429139719DAA9FF0025188A /* ENSideMenuNavigationController.swift */,
14EAB63B19DD4E95006A90FC /* ENSideMenu.swift */,
14EAB63C19DD4E95006A90FC /* ENSideMenuNavigationController.swift */,
);
path = Library;
name = Library;
path = ../../Library;
sourceTree = "<group>";
};
5C13257A198E2A9A00CA49BE = {
Expand All @@ -113,7 +114,7 @@
5C132585198E2A9A00CA49BE /* SwiftSideMenu */ = {
isa = PBXGroup;
children = (
1429139519DAA9FF0025188A /* Library */,
14EAB63A19DD4E95006A90FC /* Library */,
1429137B19D979A50025188A /* Storyboard Example */,
5C1325A7198E2AB300CA49BE /* image.png */,
5C13258C198E2A9A00CA49BE /* Main.storyboard */,
Expand Down Expand Up @@ -248,10 +249,10 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
1429139A19DAA9FF0025188A /* ENSideMenuNavigationController.swift in Sources */,
14EAB63E19DD4E95006A90FC /* ENSideMenuNavigationController.swift in Sources */,
5C13258B198E2A9A00CA49BE /* ViewController.swift in Sources */,
1429137D19D97A4F0025188A /* MyMenuTableViewController.swift in Sources */,
1429139919DAA9FF0025188A /* ENSideMenu.swift in Sources */,
14EAB63D19DD4E95006A90FC /* ENSideMenu.swift in Sources */,
1429139319DA9F4D0025188A /* MyNavigationController.swift in Sources */,
5C132589198E2A9A00CA49BE /* AppDelegate.swift in Sources */,
);
Expand Down
File renamed without changes.
Expand Up @@ -3,7 +3,6 @@
<dependencies>
<deployment defaultVersion="1792" identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6238"/>
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
</dependencies>
<scenes>
<!--SwiftSideMenu-->
Expand Down Expand Up @@ -61,17 +60,16 @@
<nil key="highlightedColor"/>
</label>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="0re-oY-tCL">
<rect key="frame" x="16" y="331" width="568" height="269"/>
<rect key="frame" x="0.0" y="331" width="600" height="269"/>
<color key="backgroundColor" red="0.95239502333016968" green="1" blue="0.22673820174917236" alpha="1" colorSpace="calibratedRGB"/>
</view>
</subviews>
<color key="backgroundColor" red="0.1447979539" green="1" blue="0.66376489859999999" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstItem="0re-oY-tCL" firstAttribute="top" secondItem="c9j-pg-AvJ" secondAttribute="bottom" constant="20" id="DFk-ij-CZi"/>
<constraint firstItem="0re-oY-tCL" firstAttribute="leading" secondItem="58r-My-kH9" secondAttribute="leadingMargin" id="FGu-zT-u74"/>
<constraint firstItem="0re-oY-tCL" firstAttribute="leading" secondItem="58r-My-kH9" secondAttribute="leading" id="E7b-xC-Cr3"/>
<constraint firstAttribute="centerX" secondItem="c9j-pg-AvJ" secondAttribute="centerX" id="Ghg-G2-qvS"/>
<constraint firstAttribute="centerX" secondItem="0re-oY-tCL" secondAttribute="centerX" id="HVj-Iw-DGd"/>
<constraint firstAttribute="trailingMargin" secondItem="0re-oY-tCL" secondAttribute="trailing" id="PPQ-Co-rbU"/>
<constraint firstAttribute="trailing" secondItem="0re-oY-tCL" secondAttribute="trailing" id="Uf8-sD-PCq"/>
<constraint firstItem="hT2-oc-fas" firstAttribute="top" secondItem="0re-oY-tCL" secondAttribute="bottom" id="Zym-BY-4pm"/>
<constraint firstAttribute="centerY" secondItem="c9j-pg-AvJ" secondAttribute="centerY" id="sEd-le-mVy"/>
</constraints>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ ENSwiftSideMenu
A simple side menu for iOS 7/8 written in Swift. Using the UIDynamic framework, UIGestures and UIBlurEffect.

##Demo
![](https://lh5.googleusercontent.com/qEjXEwdQJTgzKrV0IclDN27ZYlezXhJySSQvTVnMHzr0JrDdL19RqBI_v_y4uDHtoGPT-EtUjYM=w1896-h844)
![](https://raw.githubusercontent.com/evnaz/ENSwiftSideMenu/developer/side_menu.gif)

##Requirements
* Xcode 6
Expand Down

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

Binary file added side_menu.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 680fb31

Please sign in to comment.