blob: 10f19b4869a9cdf15d980ced1ac70b896fa8bd32 [file] [log] [blame]
{
"name": "JLFractionHelper",
"version": "0.0.2",
"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.2"
},
"source_files": "*.{h,m}"
}