[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / c / 9 / f / ShopGun-GenericGeometry / 0.1.0 / ShopGun-GenericGeometry.podspec.json
blobc7483747712d5a628a594f7ab0c960f6fdc3e583
2   "name": "ShopGun-GenericGeometry",
3   "module_name": "GenericGeometry",
4   "version": "0.1.0",
5   "summary": "📐 A library for defining geometry of generic dimensions",
6   "description": "Did you ever need to make a CGSize that didn't contain CGFloats? What about a Point of enum values? Edges where some values are optional? All this, and more, is possible with GenericGeometry.",
7   "homepage": "https://github.com/shopgun/swift-generic-geometry",
8   "license": "MIT",
9   "authors": {
10     "Laurie Hufford": "lh@shopgun.com"
11   },
12   "social_media_url": "https://twitter.com/shopgun",
13   "source": {
14     "git": "https://github.com/shopgun/swift-generic-geometry.git",
15     "tag": "0.1.0"
16   },
17   "swift_version": "5.0",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": [
25     "Sources",
26     "Sources/**/*.swift"
27   ]