blob: 65e0a19e49525c5a2b2b0db88021adb66aaf8b41 [file] [log] [blame]
{
"name": "NotifiBug",
"version": "2.0.0",
"summary": "Library for crashes notification.",
"description": " Library that sends crashes information to a remote server.\n",
"homepage": "http://www.ckl.io",
"license": "MIT",
"authors": {
"Pedro Henrique Prates Peralta": "pedro@ckl.io"
},
"source": {
"git": "https://github.com/CheesecakeLabs/iOSNotifiBug.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"NotifiBug": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/*.h"
}