Skip to content

Commit

Permalink
added pod spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
evnaz committed Oct 2, 2014
1 parent 088c25c commit 81641b7
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions ENSwiftSideMenu.podspec
Original file line number Diff line number Diff line change
@@ -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" => "[email protected]" }

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

0 comments on commit 81641b7

Please sign in to comment.