[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / a / 7 / 6 / SourceKittenFramework / 0.34.1 / SourceKittenFramework.podspec.json
blob35218ba6ef53498faf69dae1f7a6014ccd8feb14
2   "name": "SourceKittenFramework",
3   "version": "0.34.1",
4   "summary": "An adorable little framework for interacting with SourceKit.",
5   "homepage": "https://github.com/jpsim/SourceKitten",
6   "source": {
7     "git": "https://github.com/jpsim/SourceKitten.git",
8     "tag": "0.34.1"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "JP Simard": "jp@jpsim.com"
16   },
17   "platforms": {
18     "osx": "12"
19   },
20   "source_files": [
21     "Source/Clang_C/include/*.h",
22     "Source/SourceKit/include/*.h",
23     "Source/SourceKittenFramework/*.swift"
24   ],
25   "swift_versions": [
26     "5.3",
27     "5.4",
28     "5.5",
29     "5.6",
30     "5.7"
31   ],
32   "pod_target_xcconfig": {
33     "APPLICATION_EXTENSION_API_ONLY": "YES"
34   },
35   "dependencies": {
36     "SWXMLHash": [
37       "~> 7.0.0"
38     ],
39     "Yams": [
40       "~> 5.0.0"
41     ]
42   },
43   "swift_version": "5.7"