| { |
| "name": "PXSourceList", |
| "version": "2.0.4", |
| "authors": { |
| "Alex Rozanski": "alex@rozanski.me" |
| }, |
| "license": "BSD", |
| "homepage": "https://github.com/Perspx/PXSourceList", |
| "summary": "A Source List control for OS X.", |
| "social_media_url": "http://twitter.com/alexrozanski", |
| "requires_arc": true, |
| "description": " PXSourceList is an NSOutlineView subclass which provides an easy-to-use\n implementation of a sidebar similar to that found in iTunes, iPhoto and\n Mail.app.\n\n PXSourceList provides a simple API for displaying *icons* and *badges*\n which are often used in Source Lists. The project additionally contains\n and NSTableCellView subclass and generic data source model item for quick\n and easy setup.\n", |
| "platforms": { |
| "osx": "10.7" |
| }, |
| "public_header_files": "PXSourceList/*.h", |
| "source": { |
| "git": "https://github.com/Perspx/PXSourceList.git", |
| "tag": "2.0.4" |
| }, |
| "source_files": "PXSourceList/**/*.{h,m}" |
| } |