[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 8 / 6 / Degu / 0.1.1 / Degu.podspec.json
bloba845613c9f09d3a233ae4680a6d952a19cfabcb2
2   "name": "Degu",
3   "version": "0.1.1",
4   "summary": "Degu makes more easier to debug application.",
5   "homepage": "https://github.com/cats-oss/Degu",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "marty-suzuki": "suzuki_taiki@abema.tv"
12   },
13   "source": {
14     "git": "https://github.com/cats-oss/Degu.git",
15     "tag": "0.1.1"
16   },
17   "swift_version": "4.1",
18   "source_files": "Sources/**/*.{swift,h,m}",
19   "ios": {
20     "frameworks": "UIKit"
21   },
22   "tvos": {
23     "frameworks": "UIKit"
24   },
25   "osx": {
26     "frameworks": "AppKit"
27   },
28   "platforms": {
29     "ios": "9.0",
30     "tvos": "10.0",
31     "osx": "10.10"
32   }