[Add] RosPush 1.0.5
[CocoaPods.git] / Specs / a / 7 / 6 / SourceKittenFramework / 0.24.0 / SourceKittenFramework.podspec.json
blob62fc42dcad8c1a13ac3f54f405b397e4a58e0704
2   "name": "SourceKittenFramework",
3   "version": "0.24.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.24.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     "4.2",
27     "5.0",
28     "5.0"
29   ],
30   "pod_target_xcconfig": {
31     "APPLICATION_EXTENSION_API_ONLY": "YES"
32   },
33   "dependencies": {
34     "SWXMLHash": [
35       "~> 4.7"
36     ],
37     "Yams": [
38       "~> 2.0"
39     ]
40   },
41   "swift_version": "5.0"