[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 1 / f / MethodNotificationCenter / 0.1.1 / MethodNotificationCenter.podspec.json
blob51895f225489d9e2589f8fe7556772effe59b43d
2   "name": "MethodNotificationCenter",
3   "version": "0.1.1",
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": "9.0",
13     "osx": "10.10",
14     "tvos": "9.0",
15     "watchos": "2.0"
16   },
17   "source": {
18     "git": "https://github.com/SomeRandomiOSDev/MethodNotificationCenter.git",
19     "tag": "0.1.1"
20   },
21   "source_files": "Sources/**/*.{h,m,s}",
22   "swift_versions": [
23     "4.0",
24     "4.2",
25     "5.0"
26   ],
27   "cocoapods_version": ">= 1.7.3",
28   "testspecs": [
29     {
30       "name": "Tests",
31       "test_type": "unit",
32       "platforms": {
33         "ios": "9.0",
34         "osx": "10.10",
35         "tvos": "9.0",
36         "watchos": "2.0"
37       },
38       "source_files": "Tests/**/*.{m,swift}"
39     }
40   ],
41   "swift_version": "5.0"