[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / b / 0 / VectorArithmetic / 1.3.3 / VectorArithmetic.podspec.json
blob6a52c9f87a33cf0e3da4c3f6feb9cdc79d191b55
2   "name": "VectorArithmetic",
3   "version": "1.3.3",
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.3"
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"