| { |
| "name": "Defactory", |
| "version": "0.1", |
| "summary": "The simplest way to build test objects.", |
| "description": " * Define factories once, build everywhere.\n * Named factories.\n * Sequences.\n * Associations.\n * Handles primitives\n * Factory inheritance.\n * Tested.\n", |
| "homepage": "https://github.com/luisobo/Defactory", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Luis Solano": "contact@luissolano.com" |
| }, |
| "platforms": { |
| "ios": "4.0", |
| "osx": "10.7" |
| }, |
| "source": { |
| "git": "https://github.com/luisobo/Defactory.git", |
| "tag": "0.1" |
| }, |
| "source_files": [ |
| "Defactory", |
| "Defactory/**/*.{h,m}" |
| ], |
| "public_header_files": "Defactory/**/*.h", |
| "requires_arc": true |
| } |