blob: 4736fa206cc51469e0c92ec8d754e87c15c04c44 [file] [log] [blame]
{
"name": "MMX-PromiseKit",
"version": "0.0.1",
"summary": "PromiseKit category for Magnet Messaging (MMX).",
"description": "PromiseKit wrappers for Magnet Messaging (MMX) library. All asynchronous methods have been updated to return promises.",
"homepage": "https://github.com/sethsamuel/MMX-PromiseKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Seth Samuel": "sethfsamuel@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/sethsamuel/MMX-PromiseKit.git",
"tag": "0.0.1"
},
"source_files": "MMX-PromiseKit/**/*.{m,h,swift}",
"dependencies": {
"MMX": [
"~> 1.5"
],
"PromiseKit": [
"~> 2.0"
]
}
}