blob: 4460b8a3e18848b02656da81a93364389fc1daa7 [file] [log] [blame]
{
"name": "AGGeometryKit",
"version": "1.2.6",
"summary": "Quadrilaterals on CALayer, CGGeometry-functions, UIView/CALayer properties and other invaluable tools.",
"homepage": "https://github.com/hfossli/AGGeometryKit",
"license": "MIT",
"platforms": {
"ios": "5.0",
"tvos": "9.0"
},
"requires_arc": true,
"authors": {
"Håvard Fossli": "hfossli@agens.no",
"Logan Holmes": "snown27@gmail.com",
"Jørund Almås": "jalmaas@agens.no",
"Marcus Eckert": "marcuseckert@gmail.com"
},
"source": {
"git": "https://github.com/hfossli/AGGeometryKit.git",
"tag": "1.2.6"
},
"frameworks": [
"CoreGraphics",
"UIKit",
"QuartzCore"
],
"source_files": "AGGeometryKit/**/*.{h,m}",
"subspecs": [
{
"name": "UIViewProperties",
"frameworks": [
"CoreGraphics",
"UIKit",
"QuartzCore"
],
"source_files": "AGGeometryKit/**/UIView+AGK+Properties.{h,m}"
},
{
"name": "CALayerProperties",
"frameworks": [
"CoreGraphics",
"QuartzCore"
],
"source_files": "AGGeometryKit/**/CALayer+AGK+Properties.{h,m}"
}
]
}