blob: 88750f4738b42f88e7ed32dd6eaaa09b3c937bfe [file] [log] [blame]
{
"name": "SwiftToolbox",
"version": "0.11.0",
"summary": "A set of utility classes and extensions.",
"dependencies": {
"Alamofire": [
"~> 3.4"
],
"AsyncSwift": [
"~> 1.7"
],
"Molecule": [
"~> 1.3"
],
"ObjectMapper": [
"~> 1.3"
],
"PromiseIOU/All": [
"~> 1.3"
],
"PureLayout": [
"~> 3.0"
],
"SwiftDate": [
"~> 3.0"
],
"SwiftyJSON": [
"~> 2.3"
]
},
"description": "The toolbox provides utility classes and extensions in Swift.",
"homepage": "https://github.com/kocodude/SwiftToolbox",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Grant Oladipo": "grant@oladipo.us"
},
"source": {
"git": "https://github.com/kocodude/SwiftToolbox.git",
"tag": "0.11.0"
},
"social_media_url": "https://twitter.com/kocodude",
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftToolbox/Classes/**/*"
}