[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / f / 6 / 2 / PromiseIOU / 1.1.1 / PromiseIOU.podspec.json
blob129ae68acdc62a87f19033653babfc71ca6a45c4
2   "name": "PromiseIOU",
3   "version": "1.1.1",
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.1.1"
17   },
18   "social_media_url": "https://twitter.com/kocodude",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "dependencies": {
23     "Operator": [
24       "~> 0.1"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "PromiseIOU/Core/**/*"
31     },
32     {
33       "name": "Ops",
34       "dependencies": {
35         "PromiseIOU/Core": [
37         ]
38       },
39       "source_files": "PromiseIOU/Ops/**/*"
40     }
41   ]