blob: f20db4c6a44ea2ff76712bd55e58965c357203b4 [file] [log] [blame]
{
"name": "TrollDropKit",
"version": "0.3.0",
"summary": "Send trollfaces via AirDrop to nearby devices.",
"description": "Scans for nearby devices with AirDrop enabled and sends them a 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.3.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/TDKTrollController.h",
"platforms": {
"ios": "7.0",
"tvos": "9.0",
"osx": "10.7"
},
"requires_arc": true
}