blob: b6f7ce411b148f4101178bd47be5c94c53f2a32d [file] [log] [blame]
{
"name": "AMKCrashProtector",
"version": "0.1.0",
"summary": "Summary of AMKCrashProtector.",
"description": "Description of AMKCrashProtector.",
"homepage": "https://github.com/AndyM129/AMKCrashProtector",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AndyM129": "andy_m129@163.com"
},
"source": {
"git": "https://github.com/AndyM129/AMKCrashProtector.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "DefaultSubspec",
"subspecs": [
{
"name": "DefaultSubspec",
"dependencies": {
"AMKCrashProtector/Protector": [
]
}
},
{
"name": "UnrecognizedSelectorProtector",
"public_header_files": "AMKCrashProtector/Classes/UnrecognizedSelectorProtector/**/*.h",
"source_files": "AMKCrashProtector/Classes/UnrecognizedSelectorProtector/*.{h,m}",
"dependencies": {
"AMKCrashProtector/Protector": [
]
}
},
{
"name": "Protector",
"public_header_files": "AMKCrashProtector/Classes/Protector/**/*.h",
"source_files": "AMKCrashProtector/Classes/Protector/*.{h,m}",
"dependencies": {
"AMKCategories/Foundation/NSObject/MethodSwizzling": [
]
}
}
]
}