[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 1 / 4 / AtomicProperty / 1.0.0 / AtomicProperty.podspec.json
bloba7f72bb1b0414b0c1093894158d40ddb6cea1a35
2   "name": "AtomicProperty",
3   "version": "1.0.0",
4   "summary": "Atomic Property implementation backed with generic lock wrappers",
5   "description": "Atomic property is a wrapper class with generic user value.\nIt provides thread synchronization with custom lock implementations.\nIt introduces @Atomic property wrapper.",
6   "homepage": "https://github.com/away4m/AtomicProperty",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "alikiran": "away4m@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/away4m/AtomicProperty.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.1",
22   "module_name": "AtomicProperty",
23   "source_files": "AtomicProperty/Classes/**/*",
24   "swift_version": "5.1"