blob: 72a476aaea831e3a74f5a1862b8dfd0713eb448d [file] [log] [blame]
{
"name": "M5MultitouchSupport",
"version": "1.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Easily and (thread/memory) safely consume global OS X multitouch (trackpad, Magic Mouse) events.",
"homepage": "https://github.com/mhuusko5/M5MultitouchSupport",
"social_media_url": "https://twitter.com/mhuusko5",
"authors": {
"Mathew Huusko V": "mhuusko5@gmail.com"
},
"source": {
"git": "https://github.com/mhuusko5/M5MultitouchSupport.git",
"tag": "1.1.0"
},
"platforms": {
"osx": "10.8"
},
"requires_arc": true,
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "/System/Library/PrivateFrameworks/"
},
"frameworks": [
"Cocoa",
"MultitouchSupport"
],
"source_files": "M5MultitouchSupport/*.h",
"exclude_files": "M5MultitouchSupport/*Internal.h",
"subspecs": [
{
"name": "Internal",
"source_files": [
"M5MultitouchSupport/*.h",
"M5MultitouchSupport/*.m"
],
"private_header_files": "M5MultitouchSupport/*Internal.h"
}
]
}