blob: 0239a3e789d6671037077fdbc4e87fc1b0c8ff4f [file] [log] [blame]
{
"name": "SafeStuff",
"version": "0.1.0",
"summary": "A super set of safe extensions.",
"description": "A super set of safe extensions to avoid the most common crashes in iOS apps.",
"homepage": "https://github.com/mejiagarcia/SafeStuff",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Carlos Mejia": "luiscarlos083@hotmail.com"
},
"source": {
"git": "https://github.com/mejiagarcia/SafeStuff.git",
"tag": "0.1.0"
},
"social_media_url": "https://www.instagram.com/carlosmejia083/",
"platforms": {
"ios": "10.0"
},
"source_files": "SafeStuff/Classes/**/*"
}