[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / d / 6 / Vifra / 0.2.0 / Vifra.podspec.json
blobcf173dd809cf5aebee9e1929ecd7a674baee01c6
2   "name": "Vifra",
3   "version": "0.2.0",
4   "summary": "Easy Haptic Feedback 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 through the taptic engine.",
6   "homepage": "https://github.com/matis-schotte/Vifra",
7   "license": "MIT",
8   "authors": {
9     "Matis Schotte": "dm26f1cab8aa26@ungeord.net"
10   },
11   "social_media_url": "https://twitter.com/matis_schotte",
12   "platforms": {
13     "osx": "10.12"
14   },
15   "source": {
16     "git": "https://github.com/matis-schotte/Vifra.git",
17     "tag": "0.2.0"
18   },
19   "source_files": "Vifra/*.{h,swift}",
20   "swift_version": "4.0",
21   "frameworks": "MultitouchSupport",
22   "xcconfig": {
23     "FRAMEWORK_SEARCH_PATHS": "$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks"
24   }