| { |
| "name": "Collector", |
| "version": "1.2.0", |
| "summary": "Ruby and LINQ-inspired categories on NSArray. Fully tested and documented.", |
| "homepage": "http://github.com/fortinmike/Collector", |
| "license": "MIT", |
| "authors": { |
| "MichaeĢl Fortin": "fortinmike@irradiated.net" |
| }, |
| "source": { |
| "git": "https://github.com/fortinmike/Collector.git", |
| "tag": "1.2.0" |
| }, |
| "social_media_url": "https://twitter.com/IrradiatedApps", |
| "platforms": { |
| "ios": "5.0", |
| "osx": "10.7" |
| }, |
| "requires_arc": true, |
| "source_files": "Collector/Source", |
| "public_header_files": "Collector/Source/**/*.h" |
| } |