[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 3 / 2 / Tabata / 0.0.7 / Tabata.podspec.json
blobb344899bdaeeb9961fee2d27a23a64163270150a
2   "name": "Tabata",
3   "version": "0.0.7",
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.7"
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   }