[Add] FastRoute 0.1.0
[CocoaPods.git] / Specs / a / 7 / 6 / SourceKittenFramework / 0.23.1 / SourceKittenFramework.podspec.json
blob9c7c385949862292efbb593cab0076f2378fe3e3
2   "name": "SourceKittenFramework",
3   "version": "0.23.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.23.1"
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": "5.0",
26   "pod_target_xcconfig": {
27     "APPLICATION_EXTENSION_API_ONLY": "YES"
28   },
29   "dependencies": {
30     "SWXMLHash": [
31       "~> 4.7"
32     ],
33     "Yams": [
34       "~> 2.0"
35     ]
36   }