forked from sprang/Inkpad
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInkpad.podspec
More file actions
22 lines (22 loc) · 1003 Bytes
/
Inkpad.podspec
File metadata and controls
22 lines (22 loc) · 1003 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = "Inkpad"
s.version = "0.0.2"
s.summary = "Vector illustration library for iOS"
s.homepage = "https://github.com/pocketworks/Inkpad"
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
s.license = "MIT"
s.author = { "Ramesh Vel" => "rameshvel@gmail.com" }
s.source = { :git => "https://github.com/pocketworks/Inkpad.git", :tag => "#{s.version}" }
s.source_files = "Classes", "Classes/**/*.{h,m}","Inkpad-Core","Inkpad-Core/**/*.{h,m,mm,cpp}"
# s.private_header_files = "Inkpad-Core","Inkpad-Core/**/*.{h,m,mm,cpp}"
s.resources = "PLists/*","Help/*","Icons/*","Images/*","Base.lproj/*"
# s.resource_bundles = {
# 'plist_bundle' => ["PLists/*"],
# 'images' => ["Help/*","Icons/*","Images/*"],
# 'XIB' => ["Base.lproj/*"]
# }
s.exclude_files = "Classes/Exclude"
s.dependency "FPPopover"
s.ios.deployment_target = '6.0'
s.module_name = "Inkpad"
end