[Add] StripeFinancialConnections 24.1.2
[CocoaPods.git] / Specs / a / 7 / 6 / SourceKittenFramework / 0.17.4 / SourceKittenFramework.podspec.json
blob1827559b072ce5bec64514d4af5a13a56c4f8b24
2   "name": "SourceKittenFramework",
3   "version": "0.17.4",
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.17.4"
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": "Source/SourceKittenFramework/{*.swift,sourcekitd.h,clang-c/*.h}",
21   "pod_target_xcconfig": {
22     "APPLICATION_EXTENSION_API_ONLY": "YES"
23   },
24   "dependencies": {
25     "SWXMLHash": [
26       "~> 3.1"
27     ],
28     "Yams": [
29       "~> 0.3"
30     ]
31   },
32   "pushed_with_swift_version": "3.0"