| { |
| "name": "UIBezierPathSerialization", |
| "version": "1.0.0", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "Encode and decode between JSON and UIBezierPath objects", |
| "authors": { |
| "Illya Busigin": "http://illyabusigin.com/" |
| }, |
| "source": { |
| "git": "https://github.com/illyabusigin/UIBezierPathSerialization.git", |
| "tag": "1.0.0" |
| }, |
| "homepage": "https://github.com/illyabusigin/UIBezierPathSerialization", |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source_files": "UIBezierPathSerialization", |
| "frameworks": "CoreGraphics", |
| "requires_arc": true |
| } |