[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 4 / 6 / b / JSONSyntaxHighlight / 1.0.0 / JSONSyntaxHighlight.podspec.json
blob0956d3d013c99115674a5a72575769858bbf6842
2   "name": "JSONSyntaxHighlight",
3   "version": "1.0.0",
4   "summary": "Add syntax highlighting to JSON objects in Objective C for both Cocoa and iOS without using HTML.",
5   "homepage": "https://github.com/bahamas10/JSONSyntaxHighlight",
6   "screenshots": "http://daveeddy.com/static/media/github/jsh.png",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Dave Eddy": "dave@daveeddy.com"
13   },
14   "source": {
15     "git": "https://github.com/bahamas10/JSONSyntaxHighlight.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.7"
21   },
22   "source_files": "*.{h,m}",
23   "public_header_files": "*.h",
24   "ios": {
25     "frameworks": "UIKit"
26   },
27   "osx": {
28     "frameworks": "AppKit"
29   },
30   "requires_arc": true