blob: 066a6ce94cec530e13b55ddf137cf3985d1c0792 [file] [log] [blame]
{
"name": "FCChatHead",
"version": "0.1.0",
"summary": "Library to create chat heads",
"description": "Floating chat heads with spring motion using pop",
"homepage": "https://github.com/rajatgupta26/FCChatHeads",
"license": "MIT",
"authors": {
"Rajat Gupta": "rajat.g@flipkart.com"
},
"source": {
"git": "https://github.com/rajatgupta26/FCChatHeads.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"resource_bundles": {
"FCChatHead": [
"Pod/Assets/*.png"
]
},
"source_files": "FCChatHeads/*.{h,m}",
"public_header_files": "Pod/FCChatHeads/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"pop": [
"~> 1.0"
]
}
}