[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / e / a / 5 / PromiseLite / 1.1.0 / PromiseLite.podspec.json
blob6c2a8f8fd74f26dc72e4a6b3cbf03ae1114c38de
2   "name": "PromiseLite",
3   "version": "1.1.0",
4   "summary": "Lets chain asynchronous functions. Lightweight, 100% tested, no magic.",
5   "description": "Lets chain asynchronous functions.\nThis is a lightweight implementation of Javascript Promise.\nEasy to use, documented, tested.",
6   "homepage": "https://github.com/frouo/promise-lite",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "François Rouault": "francois.rouault@cocoricostudio.com"
13   },
14   "source": {
15     "git": "https://github.com/frouo/promise-lite.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "5.1",
22   "source_files": "PromiseLite/Classes/**/*",
23   "testspecs": [
24     {
25       "name": "Tests",
26       "test_type": "unit",
27       "source_files": "Tests/**/*.{swift}"
28     }
29   ],
30   "swift_version": "5.1"