[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / a / 5 / PromiseLite / 1.3.0 / PromiseLite.podspec.json
blobd6f2330ae7422bcf50715792e431caece941a235
2   "name": "PromiseLite",
3   "version": "1.3.0",
4   "summary": "Lets chain asynchronous functions. Very lightweight 🌱, 100% tested 💯, pure Swift 🏎, no magic.",
5   "description": "Lets chain asynchronous functions.\nThis is a lightweight implementation of Javascript Promise.\nIt is pure Swift, 100% tested, and very lightweight (~100 lines of code) #greentech 🌱",
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.3.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.9",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "swift_versions": "5.1",
25   "source_files": "PromiseLite/Classes/**/*",
26   "testspecs": [
27     {
28       "name": "Tests",
29       "test_type": "unit",
30       "platforms": {
31         "ios": "9.0",
32         "osx": "10.9",
33         "tvos": "9.0"
34       },
35       "source_files": "Tests/**/*.{swift}"
36     }
37   ],
38   "swift_version": "5.1"