-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathg5NavigationDrawer.podspec
29 lines (24 loc) · 1 KB
/
g5NavigationDrawer.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# Be sure to run `pod lib lint g5NavigationDrawer.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "g5NavigationDrawer"
s.version = "0.1.1"
s.summary = "g5NavigationDrawer."
s.description = "A Helpul UI Framework for building out a simple Navigation Drawer"
s.homepage = "https://github.com/charliecliff/g5NavigationDrawer"
s.license = 'MIT'
s.author = { "cliffhanger62" => "[email protected]" }
s.source = { :git => "https://github.com/charliecliff/g5NavigationDrawer.git", :tag => s.version.to_s }
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = 'Pod/Classes/**/*'
s.resource_bundles = {
'g5NavigationDrawer' => ['Pod/Assets/**/*']
}
s.public_header_files = 'Pod/Classes/**/*.h'
end