[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / f / 6 / 2 / PromiseIOU / 1.3.2 / PromiseIOU.podspec.json
blob3839541f9903f17a760c8397af064cbfc0c94a0a
2   "name": "PromiseIOU",
3   "version": "1.3.2",
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.3.2"
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         "PromiseIOU/DiskStore": [
40         ],
41         "PromiseIOU/Ops": [
43         ]
44       }
45     },
46     {
47       "name": "Core",
48       "source_files": "PromiseIOU/Core/**/*"
49     },
50     {
51       "name": "DiskStore",
52       "dependencies": {
53         "PromiseIOU/Core": [
55         ]
56       },
57       "source_files": "PromiseIOU/DiskStore/**/*"
58     },
59     {
60       "name": "Ops",
61       "dependencies": {
62         "PromiseIOU/Core": [
64         ]
65       },
66       "source_files": "PromiseIOU/Ops/**/*"
67     }
68   ]