blob: 2da735cab530a2e01df9e17aff2cae985c4f9a57 [file] [log] [blame]
{
"name": "AGGeometryKit",
"version": "1.0.4",
"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",
"Marcus Eckert": "marcuseckert@gmail.com"
},
"source": {
"git": "https://github.com/hfossli/AGGeometryKit.git",
"tag": "1.0.4"
},
"default_subspecs": "Default",
"subspecs": [
{
"name": "Default",
"dependencies": {
"AGGeometryKit/Core": [
],
"AGGeometryKit/Dependencies": [
]
}
},
{
"name": "Dependencies",
"dependencies": {
"JRSwizzle": [
"~> 1.0"
],
"AGAssert": [
"~> 0.2"
]
}
},
{
"name": "Core",
"frameworks": [
"SystemConfiguration",
"IOKit",
"CoreGraphics",
"UIKit",
"QuartzCore"
],
"source_files": "Source/**/*.{h,m}",
"exclude_files": "Source/**/*Test.{h,m}"
}
]
}