[Add] StripeFinancialConnections 24.1.2
[CocoaPods.git] / Specs / a / 7 / 6 / SourceKittenFramework / 0.21.2 / SourceKittenFramework.podspec.json
blobdc6750172a8d303e00eea5fc2005d4f62d583fb4
2   "name": "SourceKittenFramework",
3   "version": "0.21.2",
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.21.2"
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   "pod_target_xcconfig": {
26     "APPLICATION_EXTENSION_API_ONLY": "YES"
27   },
28   "dependencies": {
29     "SWXMLHash": [
30       "~> 4.7"
31     ],
32     "Yams": [
33       "~> 1.0"
34     ]
35   }