[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / 9 / 7 / a / ReadWriteLock / 1.0.0 / ReadWriteLock.podspec.json
blob0a31568b6a3771062f7b10208c735a324b8d2496
2   "name": "ReadWriteLock",
3   "version": "1.0.0",
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.0"
20   },
21   "source_files": "ReadWriteLock/**/*.swift",
22   "swift_versions": "5.0",
23   "requires_arc": true,
24   "swift_version": "5.0"