| { |
| "name": "CollectionFactory", |
| "version": "1.2.0", |
| "summary": "Translation between native collections in Objective-C and serialized formats like JSON.", |
| "homepage": "https://github.com/elliotchance/CollectionFactory", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Elliot Chance": "elliotchance@gmail.com" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source": { |
| "git": "https://github.com/elliotchance/CollectionFactory.git", |
| "tag": "v1.2.0" |
| }, |
| "source_files": "CollectionFactory/*.{h,m}", |
| "requires_arc": true |
| } |