| { |
| "name": "InterpolationHelper", |
| "version": "0.1", |
| "summary": "A one-liner C function for interpolation.", |
| "homepage": "https://github.com/aout/InterpolationHelper", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Guillaume CASTELLANA": "guillaume.castellana@gmail.com" |
| }, |
| "social_media_url": "http://twitter.com/aooout", |
| "platforms": { |
| "ios": "1.0" |
| }, |
| "source": { |
| "git": "https://github.com/aout/InterpolationHelper.git", |
| "tag": "0.1" |
| }, |
| "source_files": "Classes", |
| "public_header_files": "Classes/*.h", |
| "requires_arc": true |
| } |