blob: 485f5d9fe98ebe88a8836d32f7a0e887d84fd211 [file] [log] [blame]
{
"name": "AGGeometryKit",
"version": "1.0.1",
"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.1"
},
"default_subspecs": [
"Default"
],
"subspecs": [
{
"name": "Default",
"dependencies": {
"AGGeometryKit/Core": [
]
}
},
{
"name": "Core",
"frameworks": [
"SystemConfiguration",
"IOKit",
"CoreGraphics",
"UIKit",
"QuartzCore"
],
"source_files": "Source/**/*.{h,m}",
"exclude_files": "Source/**/*Test.{h,m}"
}
]
}