blob: 066a334b287ab83d2951e3dc12921518de482614 [file] [log] [blame]
{
"name": "Ortelius",
"version": "1.0.0",
"summary": "Object mapping library in Objective-C",
"description": " An introspective object mapper for Objective-C. \n",
"homepage": "https://github.com/exsortis/Ortelius",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Paul Schifferer": "paul@schifferers.net"
},
"platforms": {
"osx": "10.9"
},
"source": {
"git": "https://github.com/exsortis/Ortelius.git",
"tag": "1.0.0"
},
"source_files": "Ortelius/Source/**/*.{h,m}",
"public_header_files": "Ortelius/Source/**/*.h",
"requires_arc": true
}