[Add] DocumentReaderFullAuthRFIDNightly 7.5.11062
[CocoaPods.git] / Specs / 6 / 4 / 3 / EMPromise / 0.0.2 / EMPromise.podspec.json
blob956d539e18d442e714095d691991685362a6bd25
2   "name": "EMPromise",
3   "version": "0.0.2",
4   "summary": "A promise framework for Objective-C.",
5   "description": "Using the Promise object just like JavaScript Promise.",
6   "homepage": "https://github.com/gsioteam/EMPromise",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gsioteam": "gsioteam@protonmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/gsioteam/EMPromise.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "Promise/EMPromise.h",
23     "Promise/EMPromise.m"
24   ]