blob: f7f71ca47766d46821f5c53259a4497bdac6505b [file] [log] [blame]
{
"name": "Blobfish",
"version": "1.0.0",
"summary": "Easily handle errors",
"description": "Easily handle errors and present them to the user in a nice way.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"swift_version": "3.3",
"authors": {
"Nodes Agency - iOS": "ios@nodes.dk"
},
"social_media_url": "http://twitter.com/nodes_ios",
"platforms": {
"ios": "8.0"
},
"homepage": "https://github.com/nodes-ios/Blobfish",
"source": {
"git": "https://github.com/nodes-ios/Blobfish.git",
"tag": "1.0.0"
},
"source_files": [
"Blobfish",
"Blobfish/**/*.{h,m}"
],
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 4.6.0"
]
}
}