[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / a / b / 0 / VectorArithmetic / 1.3.2 / VectorArithmetic.podspec.json
blob47d9f7b0adf84d16fa40d3019e801b04520ad481
2   "name": "VectorArithmetic",
3   "version": "1.3.2",
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",
7   "license": "MIT",
8   "authors": {
9     "Seivan Heidari": "seivan.heidari@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/seivan/VectorArithmetic.git",
13     "tag": "1.3.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "Source/**/*.{swift}",
19   "requires_arc": true,
20   "social_media_url": "https://twitter.com/seivan"