[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / e / a / 5 / PromiseLite / 1.0.0 / PromiseLite.podspec.json
blob3f99a7479e75b59a6f289beb748b211944a141c4
2   "name": "PromiseLite",
3   "version": "1.0.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.0.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"