blob: 8b825d302bc83d49c38cef6546acd3ede3bd2f33 [file] [log] [blame]
{
"name": "EgoiPushLibrary",
"version": "1.0.0",
"summary": "Allows to use the Push Notification Channel of the E-Goi company.",
"description": "This library should be included in your project. After configure that with the information provided from your E-Goi account, you are able to use that to receive the Push Notification messages.",
"homepage": "https://github.com/migchaves/EgoiPushLibrary",
"license": "MIT",
"authors": {
"Miguel Chaves": "mchaves.apps@gmail.com"
},
"source": {
"git": "https://github.com/migchaves/EgoiPushLibrary.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"EgoiPushLibrary": [
"Pod/Assets/*.png"
]
}
}