blob: 8a161a40d05226ebbe6fe9b3153ea7e7eb5a059c [file] [log] [blame]
{
"name": "AGGeometryKit+POP",
"version": "0.1",
"summary": "Bridging AGGeometryKit with POP for amazing dynamics and animations.",
"homepage": "https://github.com/hfossli/AGGeometryKit-POP",
"license": "MIT",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"authors": {
"HÃ¥vard Fossli": "hfossli@agens.no"
},
"source": {
"git": "https://github.com/hfossli/AGGeometryKit-POP.git",
"tag": "0.1"
},
"default_subspecs": [
"Default"
],
"subspecs": [
{
"name": "Default",
"frameworks": [
"SystemConfiguration",
"IOKit",
"CoreGraphics",
"UIKit",
"QuartzCore"
],
"source_files": "Source/**/*.{h,m}",
"exclude_files": "Source/**/*Test.{h,m}",
"dependencies": {
"pop": [
"~> 1.0.4"
],
"AGGeometryKit": [
"~> 1.0"
]
}
}
]
}