blob: b575d2c8c3f353a617ec805fd2060cd0b427c4f8 [file] [log] [blame]
{
"name": "ErrorGen",
"version": "0.0.1",
"summary": "A small library to create NSError with description.",
"homepage": "https://github.com/azu/ErrorGen",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"azu": "info@efcl.info"
},
"social_media_url": "http://twitter.com/azu_re",
"source": {
"git": "https://github.com/azu/ErrorGen.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}