blob: 950812459727af38f3f2aff9645e8a16ac14bff1 [file] [log] [blame]
{
"name": "FSVoiceBubble",
"version": "0.0.1",
"summary": "A small light-weight voice/audio bubble",
"homepage": "https://github.com/f33chobits/FSVoiceBubble",
"license": "MIT",
"authors": {
"f33chobits": "Wenchao Ding"
},
"source": {
"git": "https://github.com/f33chobits/FSVoiceBubble.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"FSVoiceBubble": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"AVFoundation",
"QuartzCore"
]
}