blob: eed257a4728365773356bd9de2afa9a5970f822f [file] [log] [blame]
{
"name": "RMError",
"version": "1.0.1",
"summary": "Makes creating NSError objects easier than ever before!",
"description": "RMError lets you create NSError objects with a single line of code.",
"homepage": "https://github.com/packatino/RMError",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Robert Mißbach": ""
},
"social_media_url": "https://twitter.com/packatino",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/packatino/RMError.git",
"tag": "1.0.1"
},
"source_files": [
"RMError/RMError",
"RMError/RMError/**/*.{h,m}"
]
}