[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 5 / 2 / TrollDropKit / 0.1.0 / TrollDropKit.podspec.json
blobb827765adbd226836b4fe9fa7399885f615449b3
2   "name": "TrollDropKit",
3   "version": "0.1.0",
4   "summary": "Send trollfaces via AirDrop to nearby devices.",
5   "description": "Scans for nearby devices with AirDrop enabled and sends them\na trollface image (or a file of your choice).",
6   "homepage": "https://github.com/a2/TrollDropKit",
7   "license": "MIT",
8   "authors": {
9     "Alexsander Akers": "me@a2.io"
10   },
11   "social_media_url": "https://twitter.com/a2",
12   "source": {
13     "git": "https://github.com/a2/TrollDropKit.git",
14     "tag": "0.1.0"
15   },
16   "source_files": [
17     "Classes",
18     "Classes/**/*.{h,m}"
19   ],
20   "public_header_files": "Classes/TDKTrollController.h",
21   "frameworks": "Sharing",
22   "requires_arc": true,
23   "xcconfig": {
24     "FRAMEWORK_SEARCH_PATHS": "$(SDKROOT)/System/Library/PrivateFrameworks"
25   },
26   "platforms": {
27     "osx": null,
28     "ios": null,
29     "tvos": null,
30     "watchos": null
31   }