-
Notifications
You must be signed in to change notification settings - Fork 0
/
JF3DTouchButton.podspec
19 lines (17 loc) · 1 KB
/
JF3DTouchButton.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = 'JF3DTouchButton'
s.version = '0.0.6'
s.summary = 'JF3DTouchButton is a touch sensitive button built for 3D touch compatible devices.'
s.description = <<-DESC
JF3DTouchButton is a touch sensitive button built for 3D touch compatible devices. It provides additional state properties and transitional features to improve a user\'s 3D touch experience.
DESC
s.homepage = 'https://github.com/jfuellert/JF3DTouchButton'
s.license = { :type => 'None', :file => 'LICENSE' }
s.author = { 'jfuellert' => '[email protected]' }
s.source = { :git => 'https://github.com/jfuellert/JF3DTouchButton.git', :tag => s.version }
s.platform = :ios, '9.0'
s.requires_arc = true
s.source_files = 'JF3DTouchButton/JF3DTouchButton/**/*.{h,m}'
s.public_header_files = 'JF3DTouchButton/JF3DTouchButton/JF3DTouchButton.h'
s.frameworks = 'UIKit'
end