blob: d23c92e2298639d3c5842a7c37b609f56dc3cff7 [file] [log] [blame]
{
"name": "AGGeometryKit",
"version": "0.1.8.6",
"summary": "Quadrilaterals, geometry, math and more to enrich your possibilities with UIKit and CoreAnimation.",
"homepage": "https://github.com/hfossli/AGGeometryKit.git",
"authors": {
"HÃ¥vard Fossli": "hfossli@agens.no"
},
"license": "MIT",
"source": {
"git": "https://github.com/hfossli/AGGeometryKit.git",
"tag": "0.1.8.6"
},
"frameworks": [
"SystemConfiguration",
"IOKit",
"CoreGraphics",
"UIKit",
"QuartzCore"
],
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"default_subspecs": [
"Default"
],
"subspecs": [
{
"name": "Default",
"dependencies": {
"AGGeometryKit/Core": [
]
}
},
{
"name": "Core",
"source_files": "Source/**/*.{h,m}",
"exclude_files": "Source/**/*Test.{h,m}"
}
]
}