| { |
| "name": "Igor", |
| "version": "0.5.0", |
| "summary": "A query engine that selects views in a iOS application.", |
| "description": "Igor is a query engine that selects views in a iOS application, based on each view's class, properties, containment relationship to other views, and other characteristics.", |
| "homepage": "https://github.com/dhemery/igor", |
| "authors": { |
| "Dale Emery": "dale@dhemery.com" |
| }, |
| "source": { |
| "git": "https://github.com/dhemery/igor.git", |
| "tag": "0.5.0" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source_files": "igor/**/*.{h,m}", |
| "exclude_files": "igor/engine/DEIgorSelfRegisteringSelectorEngine.m", |
| "requires_arc": true, |
| "license": { |
| "type": "MIT", |
| "file": "README.md" |
| } |
| } |