[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 2 / 4 / SwiftAtomicsShims / 1.0.2 / SwiftAtomicsShims.podspec.json
blob39545929b6fc0ca9427f4c05f618ff21ed3daa8a
2   "name": "SwiftAtomicsShims",
3   "version": "1.0.2",
4   "summary": "C interop for Swift Atomics",
5   "description": "This is a support package for SwiftAtomics",
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/_AtomicsShims/**/*.{h,c,swift}",
27   "module_name": "_AtomicsShims",
28   "pod_target_xcconfig": {
29     "DEFINES_MODULE": "YES"
30   },
31   "swift_version": "5"