blob: 4e60fe9db085e1333eef37e1a90d751db0b1da17 [file] [log] [blame]
{
"name": "Ortelius",
"version": "1.0.5",
"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"
},
"social_media_url": "https://alpha.app.net/pilgrim",
"platforms": {
"ios": "8.2",
"osx": "10.9"
},
"source": {
"git": "https://github.com/exsortis/Ortelius.git",
"tag": "1.0.5"
},
"source_files": "Ortelius/Source/**/*.{h,m}",
"public_header_files": "Ortelius/Source/**/*.h",
"requires_arc": true
}