2 "name": "VectorArithmetic",
4 "summary": "Operators for Double and math properties and functions",
5 "description": "* Using generics to unify the three different structs\n* Add the protocol easily on top of your own similar structs\n* Namespaced generic functions to use with other structs if necessary. \n* Perform operations on two different generic types CGPoint - CGVector -> CGPoint (always returns lhs)\n* Well-tested & documented and lightweight\n* Easy selectors to get started quickly.",
6 "homepage": "https://github.com/seivan/VectorArithmetic",
9 "Seivan Heidari": "seivan.heidari@icloud.com"
12 "git": "https://github.com/seivan/VectorArithmetic.git",
18 "source_files": "Source/**/*.{swift}",
20 "social_media_url": "https://twitter.com/seivan"