[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 7 / e / SFPSDWriter / 0.2.2 / SFPSDWriter.podspec.json
blobe6af838e2799587cdba7dc497165bd97cb7139c1
2   "name": "SFPSDWriter",
3   "version": "0.2.2",
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/",
7   "license": {
8     "type": "BSD"
9   },
10   "authors": {
11     "Shiny Frog": "shinyfrog@shinyfrog.net"
12   },
13   "source": {
14     "git": "https://github.com/shinyfrog/SFPSDWriter.git",
15     "tag": "0.2.2"
16   },
17   "platforms": {
18     "ios": "7.0",
19     "osx": "10.8"
20   },
21   "source_files": "Library/SFPSDWriter/**/*.{h,m}",
22   "requires_arc": true