[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / 9 / d / CGRectExtensions / 1.0 / CGRectExtensions.podspec.json
blob4da533398299baaee08025bd2b08364aa7a4c28d
2   "name": "CGRectExtensions",
3   "version": "1.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.\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"
18   },
19   "source_files": "CGRectExtensions/*.{h,m}",
20   "frameworks": [
21     "Foundation"
22   ]