blob: 5435b802f7608c28233a0bdac794c45658c676e3 [file] [log] [blame]
{
"name": "SHNGeometryHelper",
"version": "1.1.0",
"summary": "Geometry helpers for iOS, tvOS and macOS",
"homepage": "https://github.com/shnhrrsn/SHNGeometryHelper",
"license": "MIT",
"authors": "Shaun Harrison",
"social_media_url": "http://twitter.com/shnhrrsn",
"source": {
"git": "https://github.com/shnhrrsn/SHNGeometryHelper.git",
"tag": "1.1.0"
},
"source_files": "Sources/*.{h,m}",
"osx": {
"frameworks": [
"Foundation",
"CoreGraphics"
]
},
"ios": {
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
},
"tvos": {
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
},
"platforms": {
"osx": "10.8",
"ios": "7.0",
"tvos": "9.0"
},
"requires_arc": false
}