blob: eeb5a91d38fba93639e6540cd281e07d93a5fbd1 [file] [log] [blame]
{
"name": "InAppNotification",
"version": "1.0",
"summary": "In-app native like notification",
"description": "In-app native like notification for iOS",
"homepage": "https://github.com/aronse/InAppNotification",
"license": "MIT",
"authors": {
"Alex": "alex@jogabo.com"
},
"source": {
"git": "https://github.com/aronse/InAppNotification.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/ronse_a",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"InAppNotification": [
"Pod/Assets/*.png"
]
}
}