[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / d / 3 / 2 / Tabata / 0.0.8 / Tabata.podspec.json
blobf573789b04b5b07bceeebdfef27c881bd373b7e0
2   "name": "Tabata",
3   "version": "0.0.8",
4   "summary": "A lightweight CIFilter wrapper for Mac apps.",
5   "description": "A lightweight CIFilter wrapper for Mac apps written in Swift.\nAutomatically skips filters which have no effect in specified params.",
6   "homepage": "https://github.com/yokoe/tabata",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "SotaYokoe": "info@kreuz45.com"
13   },
14   "source": {
15     "git": "https://github.com/yokoe/tabata.git",
16     "tag": "0.0.8"
17   },
18   "social_media_url": "https://twitter.com/kreuz45",
19   "platforms": {
20     "osx": "10.10"
21   },
22   "source_files": "Tabata/Classes/*.swift",
23   "frameworks": "Cocoa",
24   "xcconfig": {
25     "SWIFT_VERSION": "3"
26   }