[Add] RosPush 1.0.5
[CocoaPods.git] / Specs / a / 7 / 6 / SourceKittenFramework / 0.34.0 / SourceKittenFramework.podspec.json
blob899910a59befbac71d54a22bd54be56e167063d8
2   "name": "SourceKittenFramework",
3   "version": "0.34.0",
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.0"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "JP Simard": "jp@jpsim.com"
16   },
17   "platforms": {
18     "osx": "10.9"
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   ],
31   "pod_target_xcconfig": {
32     "APPLICATION_EXTENSION_API_ONLY": "YES"
33   },
34   "dependencies": {
35     "SWXMLHash": [
36       "~> 6.0.0"
37     ],
38     "Yams": [
39       "~> 4.0.6"
40     ]
41   },
42   "swift_version": "5.6"