blob: 52c40064a47929a3b8e2f8b21b7e68f2b25528a1 [file] [log] [blame]
{
"name": "DLTriangle",
"version": "1.0",
"summary": "Class implementing Möller-Trumbore algorithm to allow fast and easy triangle/ray intersection checks",
"homepage": "https://github.com/dlajarretie/DLTriangle",
"license": "MIT",
"authors": {
"Damien Lajarretie": "dlajarretie@airintservices.com"
},
"source": {
"git": "https://github.com/dlajarretie/DLTriangle.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DLTriangle": [
"Pod/Assets/*.png"
]
}
}