[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / 6 / c / CGMathSwift / 0.1.2 / CGMathSwift.podspec.json
blobea4559cb8e35d04b7a34ab244a4253059c895ee6
2   "name": "CGMathSwift",
3   "version": "0.1.2",
4   "summary": "A collection of extensions for CoreGraphics",
5   "description": "CGMathSwift is a collection of extensions for CoreGraphics data types to help you perform calculations with them.\n\nFor CGFloat, Float and Double types, it includes functions like lerp, inverse lerp, clamp and remap.\n\nIt also adds basic math operations (+, -, *, /) to CGPoint, as well as lerp and other useful properties and initializers to CGPoint, CGSize and CGRect.\n\nThese extensions are designed to make developing animations easier",
6   "homepage": "https://github.com/EmilioPelaez/CGMathSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Emilio Peláez": "i.am@emiliopelaez.me"
13   },
14   "source": {
15     "git": "https://github.com/EmilioPelaez/CGMathSwift.git",
16     "tag": "0.1.2"
17   },
18   "social_media_url": "https://twitter.com/EmilioPelaez",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "CGMathSwift/Classes/**/*",
23   "pushed_with_swift_version": "3.0"