blob: 47d9f7b0adf84d16fa40d3019e801b04520ad481 [file] [log] [blame]
{
"name": "VectorArithmetic",
"version": "1.3.2",
"summary": "Operators for Double and math properties and functions",
"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.",
"homepage": "https://github.com/seivan/VectorArithmetic",
"license": "MIT",
"authors": {
"Seivan Heidari": "seivan.heidari@icloud.com"
},
"source": {
"git": "https://github.com/seivan/VectorArithmetic.git",
"tag": "1.3.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/**/*.{swift}",
"requires_arc": true,
"social_media_url": "https://twitter.com/seivan"
}