forked from jamztang/JTRevealSidebarDemo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
JTRevealSidebarDemo.podspec
14 lines (14 loc) · 987 Bytes
/
JTRevealSidebarDemo.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.new do |s|
s.name = 'JTRevealSidebarDemo'
s.version = '2.2.1'
s.license = 'MIT'
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' => '[email protected]' }
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}'
s.frameworks = 'QuartzCore'
s.requires_arc = true
end