Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData/

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/

## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint

**/.DS_Store
Binary file modified Examples/Simple/.DS_Store
Binary file not shown.
14 changes: 14 additions & 0 deletions SSASideMenu.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "SSASideMenu"
s.version = "1.0.4"
s.summary = "iOS Slide View based on iQON, Feedly, Google+, Ameba iPhone app."
s.homepage = "https://github.com/mbalex99/SSASideMenu.git"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Maximilian Alexander" => "[email protected]" }
s.social_media_url = "https://twitter.com/mbalex99"
s.platform = :ios
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/mbalex99/SSASideMenu.git", :tag => "1.0.4" }
s.source_files = "SSASideMenu/*"
s.requires_arc = true
end
Loading