| { |
| "name": "AutoProperty", |
| "version": "1.0.1", |
| "authors": { |
| "Piotr Perzanowski": "p.m.perzanowski@gmail.com" |
| }, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "homepage": "https://github.com/pegan/AutoPropertyInit", |
| "summary": "AutoProperty is an NSObject category that simplifies the process of initialize properties that are subclasses of NSObject.", |
| "source": { |
| "git": "https://github.com/pegan/AutoPropertyInit.git", |
| "tag": "1.0.1" |
| }, |
| "requires_arc": true, |
| "source_files": "AutoProperty/*.{h,m}", |
| "platforms": { |
| "ios": "5.0", |
| "osx": "10.6" |
| } |
| } |