4 "summary": "A simple Objective C (Mac and iOS) writer for .psd files with multiple layers and groups.",
5 "description": " SFPSDWriter is an Objective-C library for writing PSD files. Here at Shiny Frog we needed a way to write **multilayer** **PSDs** with **groups** and this library is the result after days of headaches.\n\n It features:\n\n * Multilayer PSD creation\n * Grouping of layers\n * Unicode layer name support\n * Some layer configurations (like the blend mode of the layer)\n * ARC (Automatic Reference Counting)\n\n What SFPSDWriter **NOT** features:\n\n * Ability to read PSD files\n",
6 "homepage": "https://github.com/shinyfrog/SFPSDWriter/",
11 "Shiny Frog": "shinyfrog@shinyfrog.net"
14 "git": "https://github.com/shinyfrog/SFPSDWriter.git",
21 "source_files": "Library/SFPSDWriter/**/*.{h,m}",