{ | |
"name": "Mercury", | |
"version": "1.0.0", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"Chayel Heinsen": "chayel@chayelheinsen.com" | |
}, | |
"summary": "A simple notification system", | |
"homepage": "https://github.com/chayelheinsen/mercury", | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source": { | |
"git": "https://github.com/chayelheinsen/mercury.git", | |
"tag": "1.0.0" | |
}, | |
"source_files": "Mercury/*.swift", | |
"requires_arc": true | |
} |