[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 1 / f / MethodNotificationCenter / 0.1.0 / MethodNotificationCenter.podspec.json
blob927744c89c3f2c59d8f9c4e1eaea53f4fe954d98
2   "name": "MethodNotificationCenter",
3   "version": "0.1.0",
4   "summary": "Simple Objective-C Runtime Injection",
5   "description": "A lightweight framework enabling easy snooping on Objective-C methods for iOS, macOS, and tvOS.",
6   "homepage": "https://github.com/SomeRandomiOSDev/MethodNotificationCenter",
7   "license": "MIT",
8   "authors": {
9     "Joseph Newton": "somerandomiosdev@gmail.com"
10   },
11   "platforms": {
12     "ios": "11.0",
13     "osx": "10.10",
14     "tvos": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/SomeRandomiOSDev/MethodNotificationCenter.git",
18     "tag": "0.1.0"
19   },
20   "source_files": "Sources/**/*.{h,m,s}",
21   "swift_versions": [
22     "4.0",
23     "4.2",
24     "5.0"
25   ],
26   "cocoapods_version": ">= 1.7.3",
27   "testspecs": [
28     {
29       "name": "Tests",
30       "test_type": "unit",
31       "platforms": {
32         "ios": "11.0",
33         "osx": "10.10",
34         "tvos": "9.0"
35       },
36       "source_files": "Tests/**/*.{m,swift}"
37     }
38   ],
39   "swift_version": "5.0"