[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / 9 / d / CGRectExtensions / 1.0.1 / CGRectExtensions.podspec.json
blobd420f7b5a47f52e08bca9eb80808c8f0792fd2b0
2   "name": "CGRectExtensions",
3   "version": "1.0.1",
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.\n",
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": "1.0.1"
18   },
19   "source_files": "CGRectExtensions/*.swift",
20   "frameworks": [
21     "Foundation"
22   ]