Skip to content

Commit

Permalink
- Fixed repository link
Browse files Browse the repository at this point in the history
  • Loading branch information
jamztang committed Sep 17, 2012
1 parent ea1da8e commit 4270c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JTRevealSidebarDemo/2.2.1/JTRevealSidebarDemo.podspec
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'A carefully implemented iOS objective-c library to mimic the sidebar layout of the new Facebook app and Path 2.0 app.'
s.homepage = 'https://github.com/mystcolor/JTRevealSidebarDemo'
s.author = { 'James Tang' => 'mystcolor@gmail.com' }
s.source = { :git => 'http://github.com/mystcolor/JTRevealSidebarDemo.git', :tag => '2.2.1' }
s.source = { :git => 'https://github.com/mystcolor/JTRevealSidebarDemo.git', :tag => '2.2.1' }
s.description = 'An iOS objective-c library template for mimic the sidebar layout of the new Facebook app and the Path app. JTRevealSidebarV2 is aimed to be a truly flexible and reusable solution for this which has been carefully implemented. It has been developed under iOS 4.3 and 5.0 devices, sample code has been built using ARC, but the library itself should be both ARC and non-ARC compatible.'
s.platform = :ios
s.source_files = 'JTRevealSidebarV2/*.{h,m}'
Expand Down

0 comments on commit 4270c1a

Please sign in to comment.