blob: 043ed6c699ccf94be059da327a034cb068dfe098 [file] [log] [blame]
{
"name": "Blobfish",
"version": "1.0.1",
"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.1"
},
"source_files": [
"Blobfish",
"Blobfish/Classes/**/*.{.swift}"
],
"public_header_files": "Blobfish/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 4.6.0"
]
}
}