[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 3 / 9 / d / CGRectExtensions / 2.0 / CGRectExtensions.podspec.json
blob7b5750ec4b7c9c8029edbaaf63b9f711c0ec1dfc
2   "name": "CGRectExtensions",
3   "version": "2.0",
4   "summary": "A collection of `CGRect`, `CGPoint` and `CGSize` convenience functions for Swift on OS X and iOS..",
5   "description": "The goal is to provide clear functions for the most commonly used rect operations, even if the code savings are minimal. The reason is that function names communicate the programmer's intent more clearly than setting properties with ad-hoc calculations.",
6   "homepage": "https://github.com/nschum/SwiftCGRectExtensions",
7   "license": "MIT",
8   "authors": {
9     "Nikolaj Schumacher": "me@nschum.de"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.9"
14   },
15   "source": {
16     "git": "https://github.com/nschum/SwiftCGRectExtensions.git",
17     "tag": "2.0"
18   },
19   "source_files": "CGRectExtensions/*.swift",
20   "frameworks": [
21     "Foundation"
22   ]