blob: 44f5efcb16c9a3a2b627c277b9797adcbeb5c8c8 [file] [log] [blame]
{
"name": "FSVoiceBubble",
"version": "0.1.0",
"summary": "A small light-weight voice/audio bubble",
"homepage": "https://github.com/f33chobits/FSVoiceBubble",
"screenshots": [
"https://cloud.githubusercontent.com/assets/5186464/6996648/791ff52a-dbc6-11e4-9d93-c184f1b9b0f9.png",
"https://cloud.githubusercontent.com/assets/5186464/6996650/8475bb8a-dbc6-11e4-824c-fe1616f4e556.gif"
],
"license": "MIT",
"authors": {
"f33chobits": "Wenchao Ding"
},
"source": {
"git": "https://github.com/f33chobits/FSVoiceBubble.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"FSVoiceBubble": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"AVFoundation",
"QuartzCore"
]
}