blob: bde4af06daa608528e197df555075fed1e8f0e5f [file] [log] [blame]
{
"name": "ErrorKing",
"version": "0.1.2",
"summary": "Swift Lib to make displaying errors and emptyState screens a very easy task",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/kingrocha/ErrorKing",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kingrocha": "brunorochaesilva@gmail.com"
},
"source": {
"git": "https://github.com/kingrocha/ErrorKing.git",
"branch": "master",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ErrorKing/Classes/**/*",
"resource_bundles": {
"ErrorKing": [
"ErrorKing/Assets/EKAssets.xcassets"
]
}
}