blob: 2379950c1be131ab30245a5888deb83580f956c9 [file] [log] [blame]
{
"name": "AGGeometryKit",
"version": "0.1.7",
"summary": "A bundle of small classes which enriches 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.7"
},
"source_files": "Source/**/*.{h,m}",
"exclude_files": "Source/**/*Test.{h,m}",
"frameworks": [
"SystemConfiguration",
"IOKit",
"CoreGraphics",
"UIKit",
"QuartzCore"
],
"platforms": {
"ios": null
},
"requires_arc": true
}