blob: 6f40e8e7868b7e783aceb62445e890f8208d6f7e [file] [log] [blame]
{
"name": "Chirp",
"version": "1.1.1",
"summary": "The easiest way to prepare, play, and remove sounds in your Swift app!",
"description": "Bored of manually managing SystemSoundIDs? Chirp gives you a quick and easy way to prepare, play, and remove sounds in your app! Each of those only taking 1 line of code.",
"homepage": "https://github.com/trifl/Chirp",
"license": "MIT",
"authors": {
"JP McGlone": "jp@trifl.co"
},
"source": {
"git": "https://github.com/trifl/Chirp.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Chirp": [
"Pod/Assets/*.png"
]
}
}