blob: 3dc26276b9d63c1bcef6f1ac18f1c64b04c4c716 [file] [log] [blame]
{
"name": "AGGeometryKit",
"version": "1.0.5",
"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"
},
"requires_arc": true,
"authors": {
"HÃ¥vard Fossli": "hfossli@agens.no",
"Logan Holmes": "snown27@gmail.com",
"Marcus Eckert": "marcuseckert@gmail.com"
},
"source": {
"git": "https://github.com/hfossli/AGGeometryKit.git",
"tag": "1.0.5"
},
"default_subspecs": "Default",
"subspecs": [
{
"name": "Default",
"dependencies": {
"AGGeometryKit/Core": [
],
"AGGeometryKit/Dependencies": [
]
}
},
{
"name": "Dependencies",
"dependencies": {
"JRSwizzle": [
"~> 1.0"
],
"AGAssert": [
"~> 0.2"
]
}
},
{
"name": "Core",
"frameworks": [
"SystemConfiguration",
"CoreGraphics",
"UIKit",
"QuartzCore"
],
"source_files": "Source/**/*.{h,m}",
"exclude_files": "Source/**/*Test.{h,m}"
},
{
"name": "UIViewProperties",
"frameworks": [
"CoreGraphics",
"UIKit",
"QuartzCore"
],
"source_files": "Source/**/UIView+AGK+Properties.{h,m}"
},
{
"name": "CALayerProperties",
"frameworks": [
"CoreGraphics",
"QuartzCore"
],
"source_files": "Source/**/CALayer+AGK+Properties.{h,m}"
}
]
}