- Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathLineKit.podspec
More file actions
Latest commit
19 lines (15 loc) · 629 Bytes
/
Copy pathLineKit.podspec
File metadata and controls
19 lines (15 loc) · 629 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.newdo |s|
s.name="LineKit"
s.version="1.4.2"
s.summary="Share to LINE from your apps."
s.homepage="https://github.com/dlackty/LineKit"
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author={"Richard Lee"=>"dlackty@gmail.com"}
s.source={:git=>"https://github.com/dlackty/LineKit.git",:tag=>s.version}
s.platform=:ios,'6.0'
s.source_files='LineKit/*.{h,m}'
s.resources="LineKit/images/*.png"
s.frameworks='UIKit','Foundation'
s.social_media_url="https://twitter.com/dlackty"
s.requires_arc=true
end