blob: b827765adbd226836b4fe9fa7399885f615449b3 [file] [log] [blame]
{
"name": "TrollDropKit",
"version": "0.1.0",
"summary": "Send trollfaces via AirDrop to nearby devices.",
"description": "Scans for nearby devices with AirDrop enabled and sends them\na trollface image (or a file of your choice).",
"homepage": "https://github.com/a2/TrollDropKit",
"license": "MIT",
"authors": {
"Alexsander Akers": "me@a2.io"
},
"social_media_url": "https://twitter.com/a2",
"source": {
"git": "https://github.com/a2/TrollDropKit.git",
"tag": "0.1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/TDKTrollController.h",
"frameworks": "Sharing",
"requires_arc": true,
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(SDKROOT)/System/Library/PrivateFrameworks"
},
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}