Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ef1d05607f |
@@ -1,5 +1,5 @@
|
||||
PODS:
|
||||
- SideMenu (0.1.1)
|
||||
- SideMenu (0.1.2)
|
||||
|
||||
DEPENDENCIES:
|
||||
- SideMenu (from `../`)
|
||||
@@ -9,6 +9,6 @@ EXTERNAL SOURCES:
|
||||
:path: ../
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
SideMenu: f523126587f807b71b4308a64a7f33e9c096833a
|
||||
SideMenu: baaf4e43b0cbddcee96782e5a31399800750b0d7
|
||||
|
||||
COCOAPODS: 0.39.0
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "SideMenu",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"summary": "SideMenu is a simple and versatile side menu control.",
|
||||
"description": "SideMenu is a simple and versatile side menu control. It's highly customizable, but can also be implemented in storyboard without a single line of code. The are three standard animation styles to choose from along with several other options for further customization if desired. Just type SideMenuManager.menu... and code completion will show you everything you can customize.",
|
||||
"homepage": "https://github.com/jonkykong/SideMenu",
|
||||
@@ -11,7 +11,7 @@
|
||||
},
|
||||
"source": {
|
||||
"git": "https://github.com/jonkykong/SideMenu.git",
|
||||
"tag": "0.1.1"
|
||||
"tag": "0.1.2"
|
||||
},
|
||||
"platforms": {
|
||||
"ios": "8.0"
|
||||
|
||||
Generated
+2
-2
@@ -1,5 +1,5 @@
|
||||
PODS:
|
||||
- SideMenu (0.1.1)
|
||||
- SideMenu (0.1.2)
|
||||
|
||||
DEPENDENCIES:
|
||||
- SideMenu (from `../`)
|
||||
@@ -9,6 +9,6 @@ EXTERNAL SOURCES:
|
||||
:path: ../
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
SideMenu: f523126587f807b71b4308a64a7f33e9c096833a
|
||||
SideMenu: baaf4e43b0cbddcee96782e5a31399800750b0d7
|
||||
|
||||
COCOAPODS: 0.39.0
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
buildForArchiving = "YES">
|
||||
<BuildableReference
|
||||
BuildableIdentifier = 'primary'
|
||||
BlueprintIdentifier = '3A5AE71771C49B8111BE3E62'
|
||||
BlueprintIdentifier = '3D61C28282C06B428D625AC5'
|
||||
BlueprintName = 'SideMenu'
|
||||
ReferencedContainer = 'container:Pods.xcodeproj'
|
||||
BuildableName = 'SideMenu.framework'>
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.1.1</string>
|
||||
<string>0.1.2</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "SideMenu"
|
||||
s.version = "0.1.1"
|
||||
s.version = "0.1.2"
|
||||
s.summary = "SideMenu is a simple and versatile side menu control."
|
||||
|
||||
# This description is used to generate tags and improve search results.
|
||||
|
||||
Reference in New Issue
Block a user