[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / a / 9 / 1 / OnelinerKit / 1.0.2 / OnelinerKit.podspec.json
blob98248d231fa55858c558145a1587ea9e292e40ff
2   "name": "OnelinerKit",
3   "version": "1.0.2",
4   "summary": "A macOS framework to create text based screen savers.",
5   "swift_version": "4.1",
6   "description": "A macOS framework to create text based screen savers.\nPlease see https://github.com/kimar/DeveloperExcuses for a sample implementation.",
7   "homepage": "https://github.com/kimar/OnelinerKit",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "authors": {
13     "Marcus Kida": "marcus@kida.io"
14   },
15   "social_media_url": "http://twitter.com/kidmar",
16   "platforms": {
17     "osx": "10.9"
18   },
19   "source": {
20     "git": "https://github.com/kimar/OnelinerKit.git",
21     "tag": "1.0.2"
22   },
23   "source_files": [
24     "OnelinerKit",
25     "OnelinerKit/**/*.{swift}"
26   ]