-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathUbaguruma.podspec
28 lines (24 loc) · 1.02 KB
/
Ubaguruma.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
#
# Be sure to run `pod spec lint Ubaguruma.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see https://guides.cocoapods.org/syntax/podspec.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |s|
s.name = "Ubaguruma"
s.version = "0.0.1"
s.summary = "Ubaguruma can a photo select picker like LINE."
s.homepage = "https://github.com/nakajijapan/Ubaguruma"
s.license = 'MIT'
s.author = { "nakajijapan" => "[email protected]" }
s.source = { :git => "https://github.com/nakajijapan/Ubaguruma.git", :tag => s.version.to_s }
#s.social_media_url = 'https://twitter.com/nakajijapan'
s.platform = :ios, '11.0'
s.requires_arc = true
s.swift_versions = ['5.0']
s.source_files = 'Sources/Classes/**/*'
s.resource_bundles = {
'Ubaguruma' => ['Sources/Assets/*']
}
end