[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 0 / f / d / SourceKitten / 0.15.3 / SourceKitten.podspec.json
blob24a6ec571fea62e90b581fa442889946895419d4
2   "name": "SourceKitten",
3   "module_name": "SourceKittenFramework",
4   "version": "0.15.3",
5   "summary": "An adorable little framework for interacting with SourceKit.",
6   "homepage": "https://github.com/jpsim/SourceKitten",
7   "source": {
8     "git": "https://github.com/jpsim/SourceKitten.git",
9     "tag": "0.15.3"
10   },
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "JP Simard": "jp@jpsim.com"
17   },
18   "platforms": {
19     "osx": "10.9"
20   },
21   "source_files": "Source/SourceKittenFramework/{*.swift,sourcekitd.h,clang-c/*.h}",
22   "pod_target_xcconfig": {
23     "APPLICATION_EXTENSION_API_ONLY": "YES"
24   },
25   "dependencies": {
26     "SWXMLHash": [
27       "~> 3.0"
28     ],
29     "Yams": [
30       "~> 0.1"
31     ]
32   },
33   "pushed_with_swift_version": "3.0"