[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 7 / 4 / CGOperators / 1.0.0 / CGOperators.podspec.json
blob11eeeb2e21a8d46f5a65bbad0b97a056b8f5d460
2   "name": "CGOperators",
3   "version": "1.0.0",
4   "summary": "Easily manipulate CGPoints, CGSizes and CGVectors using math operators",
5   "description": "A small Swift framework that enables you to easily manipulate Core Graphic's vector types (CGPoint, CGSize and CGVector) using math operators.",
6   "homepage": "https://github.com/JohnSundell/CGOperators",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "John Sundell": "john@sundell.co"
13   },
14   "social_media_url": "https://twitter.com/johnsundell",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/JohnSundell/CGOperators.git",
23     "tag": "1.0.0"
24   },
25   "source_files": "Sources/**/*",
26   "frameworks": "Foundation",
27   "pushed_with_swift_version": "3.0"