[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / c / 7 / 8 / SyntaxKit / 0.1.0 / SyntaxKit.podspec.json
blob11f41c070214c810512f9dcefd5ca90c4266d5ad
2   "name": "SyntaxKit",
3   "version": "0.1.0",
4   "authors": {
5     "Sam Soffes": "sam@soff.es"
6   },
7   "homepage": "https://github.com/soffes/SyntaxKit",
8   "summary": "TextMate-style syntax highlighting.",
9   "source": {
10     "git": "https://github.com/soffes/SyntaxKit.git",
11     "tag": "v0.1.0"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9"
20   },
21   "ios": {
22     "frameworks": [
23       "Foundation",
24       "UIKit"
25     ]
26   },
27   "osx": {
28     "frameworks": [
29       "Foundation",
30       "AppKit"
31     ]
32   },
33   "source_files": "SyntaxKit/*.{h,m,swift}"