[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / f / 6 / 2 / PromiseIOU / 1.5.0 / PromiseIOU.podspec.json
blob60697dabccae3439abf562f95c42fd4cda11dd8f
2   "name": "PromiseIOU",
3   "version": "1.5.0",
4   "description": "PromiseIOU makes it easer to handle asynchronous code in Swift with type safety. It's focused making it easy to manage complex asynchronous code.",
5   "authors": {
6     "Grant Oladipo": "grant@oladipo.us"
7   },
8   "summary": "An implementation of futures written in Swift.",
9   "homepage": "https://github.com/kocodude/PromiseIOU",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "source": {
15     "git": "https://github.com/kocodude/PromiseIOU.git",
16     "tag": "1.5.0"
17   },
18   "social_media_url": "https://twitter.com/kocodude",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "dependencies": {
23     "AsyncSwift": [
24       "~> 1.7"
25     ],
26     "ObjectMapper": [
27       "~> 1.3"
28     ]
29   },
30   "default_subspecs": "Core",
31   "subspecs": [
32     {
33       "name": "All",
34       "dependencies": {
35         "PromiseIOU/Core": [
37         ]
38       }
39     },
40     {
41       "name": "Core",
42       "source_files": "PromiseIOU/Core/**/*"
43     }
44   ]