[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / f / MMX-PromiseKit / 0.0.1 / MMX-PromiseKit.podspec.json
blob4736fa206cc51469e0c92ec8d754e87c15c04c44
2   "name": "MMX-PromiseKit",
3   "version": "0.0.1",
4   "summary": "PromiseKit category for Magnet Messaging (MMX).",
5   "description": "PromiseKit wrappers for Magnet Messaging (MMX) library. All asynchronous methods have been updated to return promises.",
6   "homepage": "https://github.com/sethsamuel/MMX-PromiseKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Seth Samuel": "sethfsamuel@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/sethsamuel/MMX-PromiseKit.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "MMX-PromiseKit/**/*.{m,h,swift}",
22   "dependencies": {
23     "MMX": [
24       "~> 1.5"
25     ],
26     "PromiseKit": [
27       "~> 2.0"
28     ]
29   }