- Changed version form 0.0.1 to 1.0.0 on prod file
This commit is contained in:
parent
bef2ecad18
commit
3069f16c8c
|
|
@ -8,7 +8,7 @@ Pod::Spec.new do |s|
|
|||
: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 => '0.0.1'}
|
||||
s.source = {:git => 'https://github.com/aryaxt/iOS-Slide-Menu.git', :tag => '1.0.0'}
|
||||
s.platform = :ios, '6.0'
|
||||
s.source_files = 'SlideMenu/Source/*.{h,m}'
|
||||
s.resources = ['SlideMenu/Source/Assets/**/*']
|
||||
|
|
|
|||
Loading…
Reference in New Issue