blob: e368db8a1501612385c839f8accc4605527508e6 [file] [log] [blame]
{
"name": "Vifra",
"version": "0.1.0",
"summary": "Easy Haptic Feedback in Swift",
"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.",
"homepage": "https://github.com/matis-schotte/Vifra",
"license": "MIT",
"authors": {
"Matis Schotte": "dm26f1cab8aa26@ungeord.net"
},
"social_media_url": "https://twitter.com/matis_schotte",
"platforms": {
"osx": "10.12"
},
"source": {
"git": "https://github.com/matis-schotte/Vifra.git",
"tag": "0.1.0"
},
"source_files": "Vifra/*.{h,swift}",
"swift_version": "4.0",
"frameworks": "MultitouchSupport",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks"
}
}