[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 7 / 8 / b / Sylvester / 1.0 / Sylvester.podspec.json
blobfac6323062797b2157efc6a87c8536af07545cf8
2   "name": "Sylvester",
3   "version": "1.0",
4   "summary": "😼 A type-safe, XPC-available SourceKitten (SourceKit) interface with some sugar.",
5   "homepage": "https://github.com/chriszielinski/Sylvester",
6   "screenshots": "https://raw.githubusercontent.com/chriszielinski/Sylvester/master/.readme-assets/header.png",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chriszielinski": "chrisz@berkeley.edu"
13   },
14   "social_media_url": "http://twitter.com/mightbesuperman",
15   "platforms": {
16     "osx": "10.12"
17   },
18   "source": {
19     "git": "https://github.com/chriszielinski/Sylvester.git",
20     "tag": "1.0"
21   },
22   "swift_version": "4.2",
23   "default_subspecs": "Sylvester",
24   "dependencies": {
25     "SourceKittenFramework": [
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Sylvester",
32       "source_files": "Source/**/*.swift",
33       "dependencies": {
34         "Sylvester/SylvesterCommon": [
36         ]
37       }
38     },
39     {
40       "name": "SylvesterCommon",
41       "source_files": "SylvesterCommon/**/*.swift"
42     }
43   ]