blob: 8a469406800c76eb04353942fe61592a332541f1 [file] [log] [blame]
{
"name": "Zama",
"version": "0.1.0",
"summary": "Zamazenta, a pokemon to protect app from crash.",
"description": "Zamazenta is a pokemon, let's get it and protect our app from crashing!",
"homepage": "https://github.com/leon4app/Zama",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Leon": "leon4w@outlook.com"
},
"source": {
"git": "https://github.com/leon4app/Zama.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Zama/Classes/**/*",
"public_header_files": "Zama/Classes/Zama.h",
"pod_target_xcconfig": {
"CLANG_WARN_STRICT_PROTOTYPES": "NO"
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Zama/Tests/**/*"
}
]
}