| { |
| "name": "JLFractionHelper", |
| "version": "0.0.1", |
| "summary": "Provide arithmetic functions on fractional numbers", |
| "description": "Currently, only add and multiply are implemented. Subtract\nand divide will be next.", |
| "homepage": "https://www.linkedin.com/in/joeleung", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Joe Leung": "joe@brightcats.com" |
| }, |
| "social_media_url": "http://twitter.com/kjoeleung", |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source": { |
| "git": "https://github.com/kjleung/JLFractionHelper.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "*.{h,m}" |
| } |