[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 7 / a / ReadWriteLock / 1.0.3 / ReadWriteLock.podspec.json
blob528c648d503fc70cbe664fb01506dc54f823c0d9
2   "name": "ReadWriteLock",
3   "version": "1.0.3",
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     "Joe Newton": "somerandomiosdev@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/SomeRandomiOSDev/ReadWriteLock.git",
13     "tag": "1.0.3"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.10",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "source_files": "Sources/ReadWriteLock/*.swift",
22   "swift_versions": [
23     "5.0"
24   ],
25   "cocoapods_version": ">= 1.7.3",
26   "testspecs": [
27     {
28       "name": "Tests",
29       "test_type": "unit",
30       "platforms": {
31         "ios": "9.0",
32         "osx": "10.10",
33         "tvos": "9.0",
34         "watchos": "2.0"
35       },
36       "source_files": "Tests/ReadWriteLockTests/*.swift"
37     }
38   ],
39   "swift_version": "5.0"