[Add] libpag-enterprise 4.4.20
[CocoaPods.git] / Specs / 9 / 7 / a / ReadWriteLock / 1.0.2 / ReadWriteLock.podspec.json
blob707021ecbd6be9e68a0e8b6ea0ade988eccc1dd7
2   "name": "ReadWriteLock",
3   "version": "1.0.2",
4   "summary": "A Swifty Read-Write lock",
5   "description": "A lightweight framework of a safe an easy implementation of a read-write lock for iOS, macOS, tvOS, and watchOS.",
6   "homepage": "https://github.com/SomeRandomiOSDev/ReadWriteLock",
7   "license": "MIT",
8   "authors": {
9     "Joseph Newton": "somerandomiosdev@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.10",
14     "tvos": "9.0",
15     "watchos": "2.0"
16   },
17   "source": {
18     "git": "https://github.com/SomeRandomiOSDev/ReadWriteLock.git",
19     "tag": "1.0.2"
20   },
21   "source_files": "ReadWriteLock/**/*.swift",
22   "swift_versions": "5.0",
23   "requires_arc": true,
24   "swift_version": "5.0"