[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / a / 5 / PromiseLite / 1.2.0 / PromiseLite.podspec.json
blob8b7609cfcc55c7f7112287c6fff0b1ef2f6362b5
2   "name": "PromiseLite",
3   "version": "1.2.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.2.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"