blob: f2db8449240b9390f15740fdf28d97d4d5702976 [file] [log] [blame]
{
"name": "InstaChat",
"version": "0.0.3",
"summary": "Insta chat",
"homepage": "https://git.clicklabs.in/ClickLabs/InstaspeakerChat-iOS.git",
"documentation_url": "https://git.clicklabs.in/ClickLabs/InstaspeakerChat-iOS.git",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"Vishal Jhanjhri": "jhanjhri.vishal@gmail.com"
},
"source": {
"git": "https://git.clicklabs.in/ClickLabs/InstaspeakerChat-iOS.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "InstaChat/**/*.{swift,h,m}",
"exclude_files": "Classes/Exclude",
"static_framework": false,
"swift_version": "4.2",
"resource_bundles": {
"InstaChat": [
"InstaChat/*.{lproj,storyboard,xcassets,gif}",
"InstaChat/Assets/**/*.imageset",
"InstaChat/UIView/TableViewCell/**/*.xib",
"InstaChat/UIView/CollectionViewCells/**/*.xib",
"InstaChat/UIView/CustomViews/**/*.xib",
"InstaChat/**/*.gif",
"README.md"
]
},
"resources": [
"InstaChat/*.xcassets"
],
"preserve_paths": [
"README.md"
],
"dependencies": {
"MZFayeClient": [
]
},
"default_subspecs": "Chat",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "No"
},
"subspecs": [
{
"name": "Chat"
},
{
"name": "Call",
"dependencies": {
"InstaCallClient": [
]
}
}
]
}