- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTapticKit.podspec
More file actions
Latest commit
15 lines (15 loc) · 766 Bytes
/
Copy pathTapticKit.podspec
File metadata and controls
15 lines (15 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.newdo |s|
s.name="TapticKit"
s.version="0.1.0"
s.summary="Make use of Taptic engine for haptic feedback"
s.description=<<-DESC
TapticKit makes it easier to use Taptic engine for haptic feedback. Supports all generations of Taptic engine. If the device doesn't support haptic feedback, TapticKit falls back on using simpler
DESC
s.homepage="https://github.com/devandsev/TapticKit"
s.license={:type=>"MIT",:file=>"LICENSE"}
s.author={"Andrey Sevrikov"=>"devandsev@gmail.com"}
s.ios.deployment_target="8.0"
s.source={:git=>s.homepage + ".git",:tag=>s.version.to_s}
s.source_files="Sources/**/*"
s.frameworks="Foundation","AudioToolbox"
end