blob: 927744c89c3f2c59d8f9c4e1eaea53f4fe954d98 [file] [log] [blame]
{
"name": "MethodNotificationCenter",
"version": "0.1.0",
"summary": "Simple Objective-C Runtime Injection",
"description": "A lightweight framework enabling easy snooping on Objective-C methods for iOS, macOS, and tvOS.",
"homepage": "https://github.com/SomeRandomiOSDev/MethodNotificationCenter",
"license": "MIT",
"authors": {
"Joseph Newton": "somerandomiosdev@gmail.com"
},
"platforms": {
"ios": "11.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/SomeRandomiOSDev/MethodNotificationCenter.git",
"tag": "0.1.0"
},
"source_files": "Sources/**/*.{h,m,s}",
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"cocoapods_version": ">= 1.7.3",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"platforms": {
"ios": "11.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": "Tests/**/*.{m,swift}"
}
],
"swift_version": "5.0"
}