Compare commits

...

4 Commits

Author SHA1 Message Date
jonkykong c7f2b8d319 Update README for Cocoapods. 2018-11-06 00:08:42 -08:00
Valeriy Van 7f1cd5b12a Fixes Podfile adding platform and removing missing target 2018-10-25 11:29:51 +02:00
Jon Kent f890891006 Update README.md 2018-10-16 01:44:27 -07:00
jonkykong 1e1984aa73 Revert README for Github. 2018-10-16 01:30:12 -07:00
3 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
platform :ios, '10.0'
target 'Example' do
pod "SideMenu", :path => "."
target 'ExampleTests'
end
+1 -1
View File
@@ -69,7 +69,7 @@ To integrate SideMenu into your Xcode project using CocoaPods, specify it in you
```ruby
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
platform :ios, '10.0'
use_frameworks!
pod 'SideMenu'
+1 -1
View File
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = "SideMenu"
s.version = "5.0.2"
s.version = "5.0.3"
s.summary = "Simple side menu control for iOS in Swift inspired by Facebook. Right and Left sides. No coding required."
# This description is used to generate tags and improve search results.