[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 7 / 6 / b / SHNGeometryHelper / 1.1.0 / SHNGeometryHelper.podspec.json
blob5435b802f7608c28233a0bdac794c45658c676e3
2   "name": "SHNGeometryHelper",
3   "version": "1.1.0",
4   "summary": "Geometry helpers for iOS, tvOS and macOS",
5   "homepage": "https://github.com/shnhrrsn/SHNGeometryHelper",
6   "license": "MIT",
7   "authors": "Shaun Harrison",
8   "social_media_url": "http://twitter.com/shnhrrsn",
9   "source": {
10     "git": "https://github.com/shnhrrsn/SHNGeometryHelper.git",
11     "tag": "1.1.0"
12   },
13   "source_files": "Sources/*.{h,m}",
14   "osx": {
15     "frameworks": [
16       "Foundation",
17       "CoreGraphics"
18     ]
19   },
20   "ios": {
21     "frameworks": [
22       "Foundation",
23       "CoreGraphics",
24       "UIKit"
25     ]
26   },
27   "tvos": {
28     "frameworks": [
29       "Foundation",
30       "CoreGraphics",
31       "UIKit"
32     ]
33   },
34   "platforms": {
35     "osx": "10.8",
36     "ios": "7.0",
37     "tvos": "9.0"
38   },
39   "requires_arc": false