Skip to content

Commit

Permalink
- Updated pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaxt committed Dec 24, 2013
1 parent 43022c5 commit 89be41d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iOS-Slide-Menu.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'iOS-Slide-Menu'
s.version = 1.0.1
s.version = '1.0.1'
s.summary = 'A Slide Menu for iOS'
s.homepage = 'https://github.com/aryaxt/iOS-Slide-Menu'
s.license = {
:type => 'MIT',
:file => 'License.txt'
}
s.author = {'Aryan Gh' => 'https://github.com/aryaxt/iOS-Slide-Menu'}
s.source = {:git => 'https://github.com/aryaxt/iOS-Slide-Menu.git', :tag => 1.0.1}
s.source = {:git => 'https://github.com/aryaxt/iOS-Slide-Menu.git', :tag => '1.0.1'}
s.platform = :ios, '6.0'
s.source_files = 'SlideMenu/Source/*.{h,m}'
s.resources = ['SlideMenu/Source/Assets/**/*']
Expand Down

0 comments on commit 89be41d

Please sign in to comment.