24 lines
647 B
JSON
24 lines
647 B
JSON
{
|
|
"name": "EXHaptics",
|
|
"version": "8.2.1",
|
|
"summary": "Provides access to the system's haptics engine on iOS and vibration effects on Android.",
|
|
"description": "Provides access to the system's haptics engine on iOS and vibration effects on Android.",
|
|
"license": "MIT",
|
|
"authors": "650 Industries, Inc.",
|
|
"homepage": "https://docs.expo.io/versions/latest/sdk/haptics/",
|
|
"platforms": {
|
|
"ios": "10.0"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/expo/expo.git"
|
|
},
|
|
"source_files": "EXHaptics/**/*.{h,m}",
|
|
"preserve_paths": "EXHaptics/**/*.{h,m}",
|
|
"requires_arc": true,
|
|
"dependencies": {
|
|
"UMCore": [
|
|
|
|
]
|
|
}
|
|
}
|