[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / e / 9 / When / 1.0.3 / When.podspec.json
blob66af2129376f237e9b82f51bf50e570ae13e6eac
2   "name": "When",
3   "summary": "A lightweight implementation of Promises in Swift",
4   "version": "1.0.3",
5   "homepage": "https://github.com/vadymmarkov/When",
6   "license": "MIT",
7   "authors": {
8     "Vadym Markov": "markov.vadym@hyper.no"
9   },
10   "source": {
11     "git": "https://github.com/vadymmarkov/When.git",
12     "tag": "1.0.3"
13   },
14   "social_media_url": "https://twitter.com/vadymmarkov",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "requires_arc": true,
20   "ios": {
21     "source_files": "Sources/**/*"
22   },
23   "osx": {
24     "source_files": "Sources/**/*"
25   },
26   "frameworks": "Foundation"