[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 1 / d / SwiftAtomics / 1.0.2 / SwiftAtomics.podspec.json
blobab6cf3959ac18dd62654907baaafa7a675c2e1ba
2   "name": "SwiftAtomics",
3   "version": "1.0.2",
4   "summary": "An atomics library for Swift",
5   "description": "This package implements an atomics library for Swift, providing atomic operations for a variety of Swift types, including integers and pointer values. The goal is to enable intrepid developers to start building synchronization constructs directly in Swift.",
6   "homepage": "https://github.com/apple/swift-atomics",
7   "swift_versions": "5",
8   "license": {
9     "type": "Apache 2.0",
10     "file": "LICENSE.txt"
11   },
12   "authors": {
13     "Apple": "apple@apple.com",
14     "Márcio Martins": "marcioapm@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/marcioapm/swift-atomics.git",
18     "tag": "1.0.2"
19   },
20   "platforms": {
21     "ios": "10.0",
22     "tvos": "10.0",
23     "osx": "10.10",
24     "watchos": "3.0"
25   },
26   "source_files": "Sources/Atomics/**/*.swift",
27   "module_name": "Atomics",
28   "dependencies": {
29     "SwiftAtomicsShims": [
30       "= 1.0.2"
31     ]
32   },
33   "swift_version": "5"