blob: c068d2a6706c2510deb7d6cb8041d7840c1e1763 [file] [log] [blame]
{
"name": "SwiftDeferred",
"version": "1.0.0",
"summary": "Deferreds for swift",
"description": "Deferreds for Swift heavily inspired by Python Twisted's deferreds",
"homepage": "https://github.com/damouse/Deferred",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mickey Barboi": "mickey.barboi@gmail.com"
},
"source": {
"git": "https://github.com/damouse/Deferred.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"Deferred",
"Deferred/**/*.{swift,h,m}"
],
"requires_arc": true,
"dependencies": {
"SwiftyJSON": [
"~> 2.3.1"
],
"Alamofire": [
"~> 3.4"
],
"AnyFunction": [
"~> 1.0.0"
]
}
}