[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / d / 6 / Vifra / 0.4.0 / Vifra.podspec.json
blob7deb4a1d8f221a724ba60b67c00cde800629eedb
2   "name": "Vifra",
3   "version": "0.4.0",
4   "summary": "Easy Haptic Feedback (Vibration) in Swift",
5   "description": "Vifra is a framework for macOS, iOS and watchOS that provides simplified access to the device actuator to provide haptic feedback (vibration through the taptic engine).",
6   "homepage": "https://github.com/matis-schotte/Vifra",
7   "documentation_url": "https://matis-schotte.github.io/Vifra",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Matis Schotte": "dm26f1cab8aa26@ungeord.net"
14   },
15   "social_media_url": "https://twitter.com/matis_schotte",
16   "source": {
17     "git": "https://github.com/matis-schotte/Vifra.git",
18     "tag": "0.4.0"
19   },
20   "source_files": "Sources/*.swift",
21   "osx": {
22     "source_files": "Sources/macOS/*.{h,swift}",
23     "frameworks": "MultitouchSupport"
24   },
25   "platforms": {
26     "osx": "10.12",
27     "watchos": "2.0"
28   },
29   "watchos": {
30     "source_files": "Sources/watchOS/*.swift"
31   },
32   "swift_version": "4.0",
33   "xcconfig": {
34     "FRAMEWORK_SEARCH_PATHS": "$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks"
35   }